#DE7D94

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

Shades of Carissma #DE7D94

Tints of Carissma #DE7D94

Color information

#DE7D94 (or 0xDE7D94) is unknown color: approx Carissma. HEX triplet: DE, 7D and 94. RGB value is (222,125,148). Sum of RGB (Red+Green+Blue) = 222+125+148=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 125 (49.22% from 255 or 25.25% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D94 is #21826B. Grayscale: #9C9C9C. Windows color (decimal): -2196076 or 9731550. OLE color: 9731550.

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

Color convert

RGB222125148-
CMYK00.440.330.13
HSL345.77º59.51%68.04%-
HSV(B)345.77º43.69%87.06%-
XYZ42.832.3332-
YUV156.62123.14174.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 125 (49.22% from 255) = 25.25%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=44.85%
G=25.25%
B=29.90%

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
Decimal22212514800.440.330.13345.7759.5168.04
HexDE7D9402C21D15a3c44
Octal336175224054411553274104
Binary11011110111110110010100010110010000111011010110101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D94; }

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

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

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

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

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

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

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

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