#DC809E

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

Shades of Carissma #DC809E

Tints of Carissma #DC809E

Color information

#DC809E (or 0xDC809E) is unknown color: approx Carissma. HEX triplet: DC, 80 and 9E. RGB value is (220,128,158). Sum of RGB (Red+Green+Blue) = 220+128+158=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC809E is #237F61. Grayscale: #9E9E9E. Windows color (decimal): -2326370 or 10387676. OLE color: 10387676.

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

Color convert

RGB220128158-
CMYK00.420.280.14
HSL340.43º56.79%68.24%-
HSV(B)340.43º41.82%86.27%-
XYZ43.4133.1236.45-
YUV158.93127.48171.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 158 (62.11% from 255) = 31.23%
R=43.48%
G=25.30%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012815800.420.280.14340.4356.7968.24
HexDC809E02A1CE1543944
Octal334200236052341652471104
Binary11011100100000001001111001010101110011101010101001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC809E; }

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

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

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

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

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

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

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

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