Html Css Color HEX #DD8888 Sea Pink

📋 copy color: '#DD8888'

red 221 ◦ green 136 ◦ blue 136

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

Shades of Sea Pink #DD8888

Tints of Sea Pink #DD8888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.59%

R = 44.83%
G = 27.59%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#DD8888 (or 0xDD8888) is known color: Sea Pink. HEX triplet: DD, 88 and 88. RGB value is (221,136,136). Sum of RGB (Red+Green+Blue) = 221+136+136=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8888 is #227777. Grayscale: #A1A1A1. Windows color (decimal): -2258808 or 8947933. OLE color: 8947933.

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

Color convert

RGB 221 136 136 -
CMYK 0 0.38 0.38 0.13
HSL 0.56% 0.7% -
HSV(B) 0.38% 0.87% -
XYZ 43.07 34.76 27.73 -
YUV 161.42 113.66 170.5 -
System Red Green Blue C M Y K H S L
Decimal 221 136 136 0 0.38 0.38 0.13 0 0.56 0.7
Hex DD 88 88 0 26 26 D 0 38 46
Octal 335 210 210 0 46 46 15 0 70 106
Binary 11011101 10001000 10001000 0 100110 100110 1101 0 111000 1000110

Color Harmonies of #DD8888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8888

Black with #DD8888

Text Example


Text Example

White with #DD8888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8888; }

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

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

background-color css

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

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

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

border-color css

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

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

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