#DE809E

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

Shades of Carissma #DE809E

Tints of Carissma #DE809E

Color information

#DE809E (or 0xDE809E) is unknown color: approx Carissma. HEX triplet: DE, 80 and 9E. RGB value is (222,128,158). Sum of RGB (Red+Green+Blue) = 222+128+158=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE809E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE809E is #217F61. Grayscale: #9F9F9F. Windows color (decimal): -2195298 or 10387678. OLE color: 10387678.

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

Color convert

RGB222128158-
CMYK00.420.290.13
HSL340.85º58.75%68.63%-
HSV(B)340.85º42.34%87.06%-
XYZ44.0133.4436.48-
YUV159.53127.14172.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=43.70%
G=25.20%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212815800.420.290.13340.8558.7568.63
HexDE809E02A1DD1553b45
Octal336200236052351552573105
Binary11011110100000001001111001010101110111011010101011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE809E; }

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

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

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

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

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

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

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

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