#DC8997

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

Shades of Carissma #DC8997

Tints of Carissma #DC8997

Color information

#DC8997 (or 0xDC8997) is unknown color: approx Carissma. HEX triplet: DC, 89 and 97. RGB value is (220,137,151). Sum of RGB (Red+Green+Blue) = 220+137+151=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 137 (53.91% from 255 or 26.97% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8997 is #237668. Grayscale: #A3A3A3. Windows color (decimal): -2324073 or 9931228. OLE color: 9931228.

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

Color convert

RGB220137151-
CMYK00.380.310.14
HSL349.88º54.25%70%-
HSV(B)349.88º37.73%86.27%-
XYZ44.0535.3433.78-
YUV163.41121168.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 137 (53.91% from 255) = 26.97%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=43.31%
G=26.97%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013715100.380.310.14349.8854.2570
HexDC89970261FE15e3646
Octal334211227046371653666106
Binary11011100100010011001011101001101111111101010111101101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8997; }

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

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

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

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

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

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

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

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