Html Css Color HEX #DD8883 Sea Pink

📋 copy color: '#DD8883'

red 221 ◦ green 136 ◦ blue 131

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

Shades of Sea Pink #DD8883

Tints of Sea Pink #DD8883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.84%

R = 45.29%
G = 27.87%
B = 26.84%

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

#DD8883 (or 0xDD8883) is known color: Sea Pink. HEX triplet: DD, 88 and 83. RGB value is (221,136,131). Sum of RGB (Red+Green+Blue) = 221+136+131=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8883 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8883 is #22777C. Grayscale: #A0A0A0. Windows color (decimal): -2258813 or 8620253. OLE color: 8620253.

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

Color convert

RGB 221 136 131 -
CMYK 0 0.38 0.41 0.13
HSL 3.33º 0.57% 0.69% -
HSV(B) 3.33º 0.41% 0.87% -
XYZ 42.72 34.62 25.9 -
YUV 160.85 111.16 170.91 -
System Red Green Blue C M Y K H S L
Decimal 221 136 131 0 0.38 0.41 0.13 3.33 0.57 0.69
Hex DD 88 83 0 26 29 D 3 39 45
Octal 335 210 203 0 46 51 15 3 71 105
Binary 11011101 10001000 10000011 0 100110 101001 1101 11 111001 1000101

Color Harmonies of #DD8883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8883

Black with #DD8883

Text Example


Text Example

White with #DD8883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8883; }

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

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

background-color css

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

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

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

border-color css

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

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

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