#DC808E

Color #DC808E Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #DC808E

Tints of Carissma #DC808E

Color information

#DC808E (or 0xDC808E) is unknown color: approx Carissma. HEX triplet: DC, 80 and 8E. RGB value is (220,128,142). Sum of RGB (Red+Green+Blue) = 220+128+142=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC808E is #237F71. Grayscale: #9D9D9D. Windows color (decimal): -2326386 or 9339100. OLE color: 9339100.

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

Color convert

RGB220128142-
CMYK00.420.350.14
HSL350.87º56.79%68.24%-
HSV(B)350.87º41.82%86.27%-
XYZ42.1232.6129.67-
YUV157.1119.48172.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.90%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=44.90%
G=26.12%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012814200.420.350.14350.8756.7968.24
HexDC808E02A23E15f3944
Octal334200216052431653771104
Binary110111001000000010001110010101010001111101010111111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC808E; }

 p { color: rgb(220,128,142); }

 H1.HeaderClassName
 {
   color: #DC808E;
 }
 .AnyTagClassName
 {
   color: #DC808E;
 }
</style>
background-color css

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

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

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

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

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

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