Html Css Color HEX #DD8780 Sea Pink

📋 copy color: '#DD8780'

red 221 ◦ green 135 ◦ blue 128

#DD8780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Pink #DD8780

Tints of Sea Pink #DD8780

RGB

 RED value IS 221 (86.72% from 255) = 45.66%

 GREEN value IS 135 (53.13% from 255) = 27.89%

 BLUE value IS 128 (50.39% from 255) = 26.45%

R = 45.66%
G = 27.89%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD8780 (or 0xDD8780) is known color: Sea Pink. HEX triplet: DD, 87 and 80. RGB value is (221,135,128). Sum of RGB (Red+Green+Blue) = 221+135+128=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 128 (50.39% from 255 or 26.45% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8780 is #22787F. Grayscale: #A0A0A0. Windows color (decimal): -2259072 or 8423389. OLE color: 8423389.

HSL color Cylindrical-coordinate representation of color #DD8780: hue angle of 4.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8780 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 128 -
CMYK 0 0.39 0.42 0.13
HSL 4.52º 0.58% 0.68% -
HSV(B) 4.52º 0.42% 0.87% -
XYZ 42.38 34.26 24.8 -
YUV 159.92 109.99 171.57 -
System Red Green Blue C M Y K H S L
Decimal 221 135 128 0 0.39 0.42 0.13 4.52 0.58 0.68
Hex DD 87 80 0 27 2A D 5 3A 44
Octal 335 207 200 0 47 52 15 5 72 104
Binary 11011101 10000111 10000000 0 100111 101010 1101 101 111010 1000100

Color Harmonies of #DD8780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8780

Black with #DD8780

Text Example


Text Example

White with #DD8780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8780; }

 p { color: rgb(221,135,128); }

 H1.HeaderClassName
 {
   color: #DD8780;
 }
 .AnyTagClassName
 {
   color: #DD8780;
 }
</style>

background-color css

<style>
 a { background-color: #DD8780; }

 a { background-color: rgb(221,135,128); }

 div.DivClassName
 {
   background-color: #DD8780;
 }
 .BgClassName
 {
   background-color: #DD8780;
 }
</style>

border-color css

<style>
 span { border-color: #DD8780; }

 span { border-color: rgb(221,135,128); }

 td.TdClassName
 {
   border-color: #DD8780;
 }
 .TagClassName
 {
   border-color: #DD8780;
 }
</style>