#DE809C

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

Shades of Carissma #DE809C

Tints of Carissma #DE809C

Color information

#DE809C (or 0xDE809C) is unknown color: approx Carissma. HEX triplet: DE, 80 and 9C. RGB value is (222,128,156). Sum of RGB (Red+Green+Blue) = 222+128+156=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 128 (50.39% from 255 or 25.30% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE809C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE809C is #217F63. Grayscale: #9F9F9F. Windows color (decimal): -2195300 or 10256606. OLE color: 10256606.

HSL color Cylindrical-coordinate representation of color #DE809C: hue angle of 342.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE809C is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222128156-
CMYK00.420.300.13
HSL342.13º58.75%68.63%-
HSV(B)342.13º42.34%87.06%-
XYZ43.8433.3735.58-
YUV159.3126.14172.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 128 (50.39% from 255) = 25.30%
BLUE value IS 156 (61.33% from 255) = 30.83%
R=43.87%
G=25.30%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212815600.420.300.13342.1358.7568.63
HexDE809C02A1ED1563b45
Octal336200234052361552673105
Binary11011110100000001001110001010101111011011010101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE809C; }

 p { color: rgb(222,128,156); }

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

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

 a { background-color: rgb(222,128,156); }

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

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

 span { border-color: rgb(222,128,156); }

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