#de7e96

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

Shades of Carissma #DE7E96

Tints of Carissma #DE7E96

Color information

#DE7E96 (or 0xDE7E96) is unknown color: approx Carissma. HEX triplet: DE, 7E and 96. RGB value is (222,126,150). Sum of RGB (Red+Green+Blue) = 222+126+150=498 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.58% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E96 is #218169. Grayscale: #9D9D9D. Windows color (decimal): -2195818 or 9862878. OLE color: 9862878.

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

Color convert

RGB222126150-
CMYK00.430.320.13
HSL345º59.26%68.24%-
HSV(B)345º43.24%87.06%-
XYZ43.0932.6532.89-
YUV157.44123.8174.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.58%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=44.58%
G=25.30%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212615000.430.320.1334559.2668.24
HexDE7E9602B20D1593b44
Octal336176226053401553173104
Binary11011110111111010010110010101110000011011010110011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de7e96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de7e96; }

 p { color: rgb(222,126,150); }

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

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

 a { background-color: rgb(222,126,150); }

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

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

 span { border-color: rgb(222,126,150); }

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