#DE7D93

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

Shades of Carissma #DE7D93

Tints of Carissma #DE7D93

Color information

#DE7D93 (or 0xDE7D93) is unknown color: approx Carissma. HEX triplet: DE, 7D and 93. RGB value is (222,125,147). Sum of RGB (Red+Green+Blue) = 222+125+147=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 125 (49.22% from 255 or 25.30% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D93 is #21826C. Grayscale: #9C9C9C. Windows color (decimal): -2196077 or 9666014. OLE color: 9666014.

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

Color convert

RGB222125147-
CMYK00.440.340.13
HSL346.39º59.51%68.04%-
HSV(B)346.39º43.69%87.06%-
XYZ42.7232.331.59-
YUV156.51122.64174.71-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 125 (49.22% from 255) = 25.30%
BLUE value IS 147 (57.81% from 255) = 29.76%
R=44.94%
G=25.30%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212514700.440.340.13346.3959.5168.04
HexDE7D9302C22D15a3c44
Octal336175223054421553274104
Binary11011110111110110010011010110010001011011010110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D93; }

 p { color: rgb(222,125,147); }

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

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

 a { background-color: rgb(222,125,147); }

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

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

 span { border-color: rgb(222,125,147); }

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