#DC8493

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

Shades of Carissma #DC8493

Tints of Carissma #DC8493

Color information

#DC8493 (or 0xDC8493) is unknown color: approx Carissma. HEX triplet: DC, 84 and 93. RGB value is (220,132,147). Sum of RGB (Red+Green+Blue) = 220+132+147=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8493 is #237B6C. Grayscale: #A0A0A0. Windows color (decimal): -2325357 or 9667804. OLE color: 9667804.

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

Color convert

RGB220132147-
CMYK00.400.330.14
HSL349.77º55.7%69.02%-
HSV(B)349.77º40%86.27%-
XYZ43.0333.8231.86-
YUV160.02120.65170.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.09%
GREEN value IS 132 (51.95% from 255) = 26.45%
BLUE value IS 147 (57.81% from 255) = 29.46%
R=44.09%
G=26.45%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013214700.400.330.14349.7755.769.02
HexDC849302821E15e3845
Octal334204223050411653670105
Binary110111001000010010010011010100010000111101010111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8493; }

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

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

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

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

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

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

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

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