#DC808B

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

Shades of Carissma #DC808B

Tints of Carissma #DC808B

Color information

#DC808B (or 0xDC808B) is unknown color: approx Carissma. HEX triplet: DC, 80 and 8B. RGB value is (220,128,139). Sum of RGB (Red+Green+Blue) = 220+128+139=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC808B is #237F74. Grayscale: #9C9C9C. Windows color (decimal): -2326389 or 9142492. OLE color: 9142492.

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

Color convert

RGB220128139-
CMYK00.420.370.14
HSL352.83º56.79%68.24%-
HSV(B)352.83º41.82%86.27%-
XYZ41.8932.5228.49-
YUV156.76117.98173.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=45.17%
G=26.28%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012813900.420.370.14352.8356.7968.24
HexDC808B02A25E1613944
Octal334200213052451654171104
Binary110111001000000010001011010101010010111101011000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC808B; }

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

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

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

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

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

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

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

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