Html Css Color HEX #DD8580 Sea Pink

📋 copy color: '#DD8580'

red 221 ◦ green 133 ◦ blue 128

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

Shades of Sea Pink #DD8580

Tints of Sea Pink #DD8580

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.59%

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

R = 45.85%
G = 27.59%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD8580 (or 0xDD8580) is known color: Sea Pink. HEX triplet: DD, 85 and 80. RGB value is (221,133,128). Sum of RGB (Red+Green+Blue) = 221+133+128=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8580 is #227A7F. Grayscale: #9E9E9E. Windows color (decimal): -2259584 or 8422877. OLE color: 8422877.

HSL color Cylindrical-coordinate representation of color #DD8580: hue angle of 3.23º 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 #DD8580 is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 128 -
CMYK 0 0.40 0.42 0.13
HSL 3.23º 0.58% 0.68% -
HSV(B) 3.23º 0.42% 0.87% -
XYZ 42.1 33.71 24.71 -
YUV 158.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 221 133 128 0 0.40 0.42 0.13 3.23 0.58 0.68
Hex DD 85 80 0 28 2A D 3 3A 44
Octal 335 205 200 0 50 52 15 3 72 104
Binary 11011101 10000101 10000000 0 101000 101010 1101 11 111010 1000100

Color Harmonies of #DD8580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8580

Black with #DD8580

Text Example


Text Example

White with #DD8580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8580; }

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

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

background-color css

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

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

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

border-color css

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

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

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