#DC808C

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

Shades of Carissma #DC808C

Tints of Carissma #DC808C

Color information

#DC808C (or 0xDC808C) is unknown color: approx Carissma. HEX triplet: DC, 80 and 8C. RGB value is (220,128,140). Sum of RGB (Red+Green+Blue) = 220+128+140=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC808C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC808C is #237F73. Grayscale: #9C9C9C. Windows color (decimal): -2326388 or 9208028. OLE color: 9208028.

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

Color convert

RGB220128140-
CMYK00.420.360.14
HSL352.17º56.79%68.24%-
HSV(B)352.17º41.82%86.27%-
XYZ41.9732.5528.88-
YUV156.88118.48173.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 128 (50.39% from 255) = 26.23%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=45.08%
G=26.23%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012814000.420.360.14352.1756.7968.24
HexDC808C02A24E1603944
Octal334200214052441654071104
Binary110111001000000010001100010101010010011101011000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC808C; }

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

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

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

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

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

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

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

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