Html Css Color HEX #DD8887 Sea Pink

📋 copy color: '#DD8887'

red 221 ◦ green 136 ◦ blue 135

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

Shades of Sea Pink #DD8887

Tints of Sea Pink #DD8887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.44%

R = 44.92%
G = 27.64%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD8887 (or 0xDD8887) is known color: Sea Pink. HEX triplet: DD, 88 and 87. RGB value is (221,136,135). Sum of RGB (Red+Green+Blue) = 221+136+135=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 135 (53.12% from 255 or 27.44% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8887 is #227778. Grayscale: #A1A1A1. Windows color (decimal): -2258809 or 8882397. OLE color: 8882397.

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

Color convert

RGB 221 136 135 -
CMYK 0 0.38 0.39 0.13
HSL 0.7º 0.56% 0.7% -
HSV(B) 0.7º 0.39% 0.87% -
XYZ 43 34.73 27.36 -
YUV 161.3 113.16 170.58 -
System Red Green Blue C M Y K H S L
Decimal 221 136 135 0 0.38 0.39 0.13 0.7 0.56 0.7
Hex DD 88 87 0 26 27 D 1 38 46
Octal 335 210 207 0 46 47 15 1 70 106
Binary 11011101 10001000 10000111 0 100110 100111 1101 1 111000 1000110

Color Harmonies of #DD8887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8887

Black with #DD8887

Text Example


Text Example

White with #DD8887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8887; }

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

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

background-color css

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

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

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

border-color css

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

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

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