#DE7C95

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

Shades of Carissma #DE7C95

Tints of Carissma #DE7C95

Color information

#DE7C95 (or 0xDE7C95) is unknown color: approx Carissma. HEX triplet: DE, 7C and 95. RGB value is (222,124,149). Sum of RGB (Red+Green+Blue) = 222+124+149=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7C95 is #21836A. Grayscale: #9C9C9C. Windows color (decimal): -2196331 or 9796830. OLE color: 9796830.

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

Color convert

RGB222124149-
CMYK00.440.330.13
HSL344.69º59.76%67.84%-
HSV(B)344.69º44.14%87.06%-
XYZ42.7632.1132.38-
YUV156.15123.97174.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 124 (48.83% from 255) = 25.05%
BLUE value IS 149 (58.59% from 255) = 30.10%
R=44.85%
G=25.05%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212414900.440.330.13344.6959.7667.84
HexDE7C9502C21D1593c44
Octal336174225054411553174104
Binary11011110111110010010101010110010000111011010110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7C95; }

 p { color: rgb(222,124,149); }

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

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

 a { background-color: rgb(222,124,149); }

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

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

 span { border-color: rgb(222,124,149); }

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