Html Css Color HEX #DC8888 Sea Pink

📋 copy color: '#DC8888'

red 220 ◦ green 136 ◦ blue 136

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

Shades of Sea Pink #DC8888

Tints of Sea Pink #DC8888

RGB

 RED value IS 220 (86.33% from 255) = 44.72%

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

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

R = 44.72%
G = 27.64%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC8888 (or 0xDC8888) is known color: Sea Pink. HEX triplet: DC, 88 and 88. RGB value is (220,136,136). Sum of RGB (Red+Green+Blue) = 220+136+136=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8888 is #237777. Grayscale: #A1A1A1. Windows color (decimal): -2324344 or 8947932. OLE color: 8947932.

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

Color convert

RGB 220 136 136 -
CMYK 0 0.38 0.38 0.14
HSL 0.55% 0.7% -
HSV(B) 0.38% 0.86% -
XYZ 42.76 34.6 27.72 -
YUV 161.12 113.83 170 -
System Red Green Blue C M Y K H S L
Decimal 220 136 136 0 0.38 0.38 0.14 0 0.55 0.7
Hex DC 88 88 0 26 26 E 0 37 46
Octal 334 210 210 0 46 46 16 0 67 106
Binary 11011100 10001000 10001000 0 100110 100110 1110 0 110111 1000110

Color Harmonies of #DC8888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8888

Black with #DC8888

Text Example


Text Example

White with #DC8888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8888; }

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

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

background-color css

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

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

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

border-color css

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

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

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