#DF7D99

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

Shades of Carissma #DF7D99

Tints of Carissma #DF7D99

Color information

#DF7D99 (or 0xDF7D99) is unknown color: approx Carissma. HEX triplet: DF, 7D and 99. RGB value is (223,125,153). Sum of RGB (Red+Green+Blue) = 223+125+153=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7D99 is #208266. Grayscale: #9D9D9D. Windows color (decimal): -2130535 or 10059231. OLE color: 10059231.

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

Color convert

RGB223125153-
CMYK00.440.310.13
HSL342.86º60.49%68.24%-
HSV(B)342.86º43.95%87.45%-
XYZ43.5132.6634.15-
YUV157.49125.47174.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.51%
GREEN value IS 125 (49.22% from 255) = 24.95%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=44.51%
G=24.95%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312515300.440.310.13342.8660.4968.24
HexDF7D9902C1FD1573c44
Octal337175231054371552774104
Binary1101111111111011001100101011001111111011010101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7D99; }

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

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

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

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

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

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

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

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