#DC8397

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

Shades of Carissma #DC8397

Tints of Carissma #DC8397

Color information

#DC8397 (or 0xDC8397) is unknown color: approx Carissma. HEX triplet: DC, 83 and 97. RGB value is (220,131,151). Sum of RGB (Red+Green+Blue) = 220+131+151=502 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.82% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 151 (59.38% from 255 or 30.08% from 502); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8397 is #237C68. Grayscale: #9F9F9F. Windows color (decimal): -2325609 or 9929692. OLE color: 9929692.

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

Color convert

RGB220131151-
CMYK00.400.310.14
HSL346.52º55.97%68.82%-
HSV(B)346.52º40.45%86.27%-
XYZ43.2233.6833.5-
YUV159.89122.99170.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.82%
GREEN value IS 131 (51.56% from 255) = 26.10%
BLUE value IS 151 (59.38% from 255) = 30.08%
R=43.82%
G=26.10%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013115100.400.310.14346.5255.9768.82
HexDC83970281FE15b3845
Octal334203227050371653370105
Binary11011100100000111001011101010001111111101010110111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8397; }

 p { color: rgb(220,131,151); }

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

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

 a { background-color: rgb(220,131,151); }

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

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

 span { border-color: rgb(220,131,151); }

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