#DF7D91

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

Shades of Carissma #DF7D91

Tints of Carissma #DF7D91

Color information

#DF7D91 (or 0xDF7D91) is unknown color: approx Carissma. HEX triplet: DF, 7D and 91. RGB value is (223,125,145). Sum of RGB (Red+Green+Blue) = 223+125+145=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 145 (57.03% from 255 or 29.41% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D91 is #20826E. Grayscale: #9C9C9C. Windows color (decimal): -2130543 or 9534943. OLE color: 9534943.

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

Color convert

RGB223125145-
CMYK00.440.350.13
HSL347.76º60.49%68.24%-
HSV(B)347.76º43.95%87.45%-
XYZ42.8832.430.78-
YUV156.58121.47175.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 145 (57.03% from 255) = 29.41%
R=45.23%
G=25.35%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312514500.440.350.13347.7660.4968.24
HexDF7D9102C23D15c3c44
Octal337175221054431553474104
Binary11011111111110110010001010110010001111011010111001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D91; }

 p { color: rgb(223,125,145); }

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

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

 a { background-color: rgb(223,125,145); }

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

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

 span { border-color: rgb(223,125,145); }

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