Html Css Color HEX #DD8581 Sea Pink

📋 copy color: '#DD8581'

red 221 ◦ green 133 ◦ blue 129

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

Shades of Sea Pink #DD8581

Tints of Sea Pink #DD8581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.71%

R = 45.76%
G = 27.54%
B = 26.71%

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

#DD8581 (or 0xDD8581) is known color: Sea Pink. HEX triplet: DD, 85 and 81. RGB value is (221,133,129). Sum of RGB (Red+Green+Blue) = 221+133+129=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 129 (50.78% from 255 or 26.71% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8581 is #227A7E. Grayscale: #9E9E9E. Windows color (decimal): -2259583 or 8488413. OLE color: 8488413.

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

Color convert

RGB 221 133 129 -
CMYK 0 0.40 0.42 0.13
HSL 2.61º 0.58% 0.69% -
HSV(B) 2.61º 0.42% 0.87% -
XYZ 42.17 33.73 25.06 -
YUV 158.86 111.15 172.33 -
System Red Green Blue C M Y K H S L
Decimal 221 133 129 0 0.40 0.42 0.13 2.61 0.58 0.69
Hex DD 85 81 0 28 2A D 3 3A 45
Octal 335 205 201 0 50 52 15 3 72 105
Binary 11011101 10000101 10000001 0 101000 101010 1101 11 111010 1000101

Color Harmonies of #DD8581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8581

Black with #DD8581

Text Example


Text Example

White with #DD8581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8581; }

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

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

background-color css

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

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

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

border-color css

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

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

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