Html Css Color HEX #DD8881 Sea Pink

📋 copy color: '#DD8881'

red 221 ◦ green 136 ◦ blue 129

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

Shades of Sea Pink #DD8881

Tints of Sea Pink #DD8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.98%

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

R = 45.47%
G = 27.98%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD8881 (or 0xDD8881) is known color: Sea Pink. HEX triplet: DD, 88 and 81. RGB value is (221,136,129). Sum of RGB (Red+Green+Blue) = 221+136+129=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8881 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8881 is #22777E. Grayscale: #A0A0A0. Windows color (decimal): -2258815 or 8489181. OLE color: 8489181.

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

Color convert

RGB 221 136 129 -
CMYK 0 0.38 0.42 0.13
HSL 4.57º 0.58% 0.69% -
HSV(B) 4.57º 0.42% 0.87% -
XYZ 42.59 34.57 25.2 -
YUV 160.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 221 136 129 0 0.38 0.42 0.13 4.57 0.58 0.69
Hex DD 88 81 0 26 2A D 5 3A 45
Octal 335 210 201 0 46 52 15 5 72 105
Binary 11011101 10001000 10000001 0 100110 101010 1101 101 111010 1000101

Color Harmonies of #DD8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8881

Black with #DD8881

Text Example


Text Example

White with #DD8881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8881; }

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

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

background-color css

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

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

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

border-color css

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

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

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