#DE7E92

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

Shades of Carissma #DE7E92

Tints of Carissma #DE7E92

Color information

#DE7E92 (or 0xDE7E92) is unknown color: approx Carissma. HEX triplet: DE, 7E and 92. RGB value is (222,126,146). Sum of RGB (Red+Green+Blue) = 222+126+146=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7E92 is #21816D. Grayscale: #9D9D9D. Windows color (decimal): -2195822 or 9600734. OLE color: 9600734.

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

Color convert

RGB222126146-
CMYK00.430.340.13
HSL347.5º59.26%68.24%-
HSV(B)347.5º43.24%87.06%-
XYZ42.7732.5331.22-
YUV156.98121.8174.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 126 (49.61% from 255) = 25.51%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=44.94%
G=25.51%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212614600.430.340.13347.559.2668.24
HexDE7E9202B22D15c3b44
Octal336176222053421553473104
Binary11011110111111010010010010101110001011011010111001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7E92; }

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

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

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

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

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

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

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

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