#DC8097

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

Shades of Carissma #DC8097

Tints of Carissma #DC8097

Color information

#DC8097 (or 0xDC8097) is unknown color: approx Carissma. HEX triplet: DC, 80 and 97. RGB value is (220,128,151). Sum of RGB (Red+Green+Blue) = 220+128+151=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8097 is #237F68. Grayscale: #9E9E9E. Windows color (decimal): -2326377 or 9928924. OLE color: 9928924.

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

Color convert

RGB220128151-
CMYK00.420.310.14
HSL345º56.79%68.24%-
HSV(B)345º41.82%86.27%-
XYZ42.8232.8933.37-
YUV158.13123.98172.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=44.09%
G=25.65%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012815100.420.310.1434556.7968.24
HexDC809702A1FE1593944
Octal334200227052371653171104
Binary11011100100000001001011101010101111111101010110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8097; }

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

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

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

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

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

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

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

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