#DF7D95

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

Shades of Carissma #DF7D95

Tints of Carissma #DF7D95

Color information

#DF7D95 (or 0xDF7D95) is unknown color: approx Carissma. HEX triplet: DF, 7D and 95. RGB value is (223,125,149). Sum of RGB (Red+Green+Blue) = 223+125+149=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D95 is #20826A. Grayscale: #9D9D9D. Windows color (decimal): -2130539 or 9797087. OLE color: 9797087.

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

Color convert

RGB223125149-
CMYK00.440.330.13
HSL345.31º60.49%68.24%-
HSV(B)345.31º43.95%87.45%-
XYZ43.1932.5332.44-
YUV157.04123.47175.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 125 (49.22% from 255) = 25.15%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=44.87%
G=25.15%
B=29.98%

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
Decimal22312514900.440.330.13345.3160.4968.24
HexDF7D9502C21D1593c44
Octal337175225054411553174104
Binary11011111111110110010101010110010000111011010110011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D95; }

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

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

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

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

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

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

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

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