Html Css Color HEX #DC8988 Sea Pink

📋 copy color: '#DC8988'

red 220 ◦ green 137 ◦ blue 136

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

Shades of Sea Pink #DC8988

Tints of Sea Pink #DC8988

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.79%

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

R = 44.62%
G = 27.79%
B = 27.59%

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

#DC8988 (or 0xDC8988) is known color: Sea Pink. HEX triplet: DC, 89 and 88. RGB value is (220,137,136). Sum of RGB (Red+Green+Blue) = 220+137+136=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 137 (53.91% from 255 or 27.79% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8988 is #237677. Grayscale: #A1A1A1. Windows color (decimal): -2324088 or 8948188. OLE color: 8948188.

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

Color convert

RGB 220 137 136 -
CMYK 0 0.38 0.38 0.14
HSL 0.71º 0.55% 0.7% -
HSV(B) 0.71º 0.38% 0.86% -
XYZ 42.9 34.88 27.76 -
YUV 161.7 113.5 169.58 -
System Red Green Blue C M Y K H S L
Decimal 220 137 136 0 0.38 0.38 0.14 0.71 0.55 0.7
Hex DC 89 88 0 26 26 E 1 37 46
Octal 334 211 210 0 46 46 16 1 67 106
Binary 11011100 10001001 10001000 0 100110 100110 1110 1 110111 1000110

Color Harmonies of #DC8988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8988

Black with #DC8988

Text Example


Text Example

White with #DC8988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8988; }

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

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

background-color css

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

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

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

border-color css

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

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

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