#DF7E92

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

Shades of Carissma #DF7E92

Tints of Carissma #DF7E92

Color information

#DF7E92 (or 0xDF7E92) is unknown color: approx Carissma. HEX triplet: DF, 7E and 92. RGB value is (223,126,146). Sum of RGB (Red+Green+Blue) = 223+126+146=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E92 is #20816D. Grayscale: #9D9D9D. Windows color (decimal): -2130286 or 9600735. OLE color: 9600735.

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

Color convert

RGB223126146-
CMYK00.430.350.13
HSL347.63º60.25%68.43%-
HSV(B)347.63º43.5%87.45%-
XYZ43.0832.6931.23-
YUV157.28121.64174.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 126 (49.61% from 255) = 25.45%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=45.05%
G=25.45%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312614600.430.350.13347.6360.2568.43
HexDF7E9202B23D15c3c44
Octal337176222053431553474104
Binary11011111111111010010010010101110001111011010111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E92; }

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

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

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

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

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

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

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

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