#DC8297

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

Shades of Carissma #DC8297

Tints of Carissma #DC8297

Color information

#DC8297 (or 0xDC8297) is unknown color: approx Carissma. HEX triplet: DC, 82 and 97. RGB value is (220,130,151). Sum of RGB (Red+Green+Blue) = 220+130+151=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8297 is #237D68. Grayscale: #9F9F9F. Windows color (decimal): -2325865 or 9929436. OLE color: 9929436.

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

Color convert

RGB220130151-
CMYK00.410.310.14
HSL346º56.25%68.63%-
HSV(B)346º40.91%86.27%-
XYZ43.0833.4233.46-
YUV159.3123.32171.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.91%
GREEN value IS 130 (51.17% from 255) = 25.95%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=43.91%
G=25.95%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013015100.410.310.1434656.2568.63
HexDC82970291FE15a3845
Octal334202227051371653270105
Binary11011100100000101001011101010011111111101010110101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8297; }

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

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

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

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

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

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

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

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