Html Css Color HEX #DD8884 Sea Pink

📋 copy color: '#DD8884'

red 221 ◦ green 136 ◦ blue 132

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

Shades of Sea Pink #DD8884

Tints of Sea Pink #DD8884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.99%

R = 45.19%
G = 27.81%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD8884 (or 0xDD8884) is known color: Sea Pink. HEX triplet: DD, 88 and 84. RGB value is (221,136,132). Sum of RGB (Red+Green+Blue) = 221+136+132=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8884 is #22777B. Grayscale: #A1A1A1. Windows color (decimal): -2258812 or 8685789. OLE color: 8685789.

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

Color convert

RGB 221 136 132 -
CMYK 0 0.38 0.40 0.13
HSL 2.7º 0.57% 0.69% -
HSV(B) 2.7º 0.4% 0.87% -
XYZ 42.79 34.65 26.26 -
YUV 160.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 221 136 132 0 0.38 0.40 0.13 2.7 0.57 0.69
Hex DD 88 84 0 26 28 D 3 39 45
Octal 335 210 204 0 46 50 15 3 71 105
Binary 11011101 10001000 10000100 0 100110 101000 1101 11 111001 1000101

Color Harmonies of #DD8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8884

Black with #DD8884

Text Example


Text Example

White with #DD8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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