#DC8494

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

Shades of Carissma #DC8494

Tints of Carissma #DC8494

Color information

#DC8494 (or 0xDC8494) is unknown color: approx Carissma. HEX triplet: DC, 84 and 94. RGB value is (220,132,148). Sum of RGB (Red+Green+Blue) = 220+132+148=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8494 is #237B6B. Grayscale: #A0A0A0. Windows color (decimal): -2325356 or 9733340. OLE color: 9733340.

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

Color convert

RGB220132148-
CMYK00.400.330.14
HSL349.09º55.7%69.02%-
HSV(B)349.09º40%86.27%-
XYZ43.1133.8632.28-
YUV160.14121.15170.7-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 132 (51.95% from 255) = 26.4%
BLUE value IS 148 (58.20% from 255) = 29.6%
R=44%
G=26.4%
B=29.6%

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
Decimal22013214800.400.330.14349.0955.769.02
HexDC849402821E15d3845
Octal334204224050411653570105
Binary110111001000010010010100010100010000111101010111011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC8494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC8494; }

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

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

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

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

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

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

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

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