Html Css Color HEX #DD8882 Sea Pink

📋 copy color: '#DD8882'

red 221 ◦ green 136 ◦ blue 130

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

Shades of Sea Pink #DD8882

Tints of Sea Pink #DD8882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.69%

R = 45.38%
G = 27.93%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD8882 (or 0xDD8882) is known color: Sea Pink. HEX triplet: DD, 88 and 82. RGB value is (221,136,130). Sum of RGB (Red+Green+Blue) = 221+136+130=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8882 is #22777D. Grayscale: #A0A0A0. Windows color (decimal): -2258814 or 8554717. OLE color: 8554717.

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

Color convert

RGB 221 136 130 -
CMYK 0 0.38 0.41 0.13
HSL 3.96º 0.57% 0.69% -
HSV(B) 3.96º 0.41% 0.87% -
XYZ 42.65 34.59 25.55 -
YUV 160.73 110.66 170.99 -
System Red Green Blue C M Y K H S L
Decimal 221 136 130 0 0.38 0.41 0.13 3.96 0.57 0.69
Hex DD 88 82 0 26 29 D 4 39 45
Octal 335 210 202 0 46 51 15 4 71 105
Binary 11011101 10001000 10000010 0 100110 101001 1101 100 111001 1000101

Color Harmonies of #DD8882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8882

Black with #DD8882

Text Example


Text Example

White with #DD8882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8882; }

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

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

background-color css

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

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

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

border-color css

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

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

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