#DC8499

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

Shades of Carissma #DC8499

Tints of Carissma #DC8499

Color information

#DC8499 (or 0xDC8499) is unknown color: approx Carissma. HEX triplet: DC, 84 and 99. RGB value is (220,132,153). Sum of RGB (Red+Green+Blue) = 220+132+153=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8499 is #237B66. Grayscale: #A0A0A0. Windows color (decimal): -2325351 or 10061020. OLE color: 10061020.

HSL color Cylindrical-coordinate representation of color #DC8499: hue angle of 345.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8499 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220132153-
CMYK00.400.300.14
HSL345.68º55.7%69.02%-
HSV(B)345.68º40%86.27%-
XYZ43.5234.0234.41-
YUV160.71123.65170.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 132 (51.95% from 255) = 26.14%
BLUE value IS 153 (60.16% from 255) = 30.30%
R=43.56%
G=26.14%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013215300.400.300.14345.6855.769.02
HexDC84990281EE15a3845
Octal334204231050361653270105
Binary11011100100001001001100101010001111011101010110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8499; }

 p { color: rgb(220,132,153); }

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

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

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

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

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

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

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