#DF7DA0

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

Shades of Carissma #DF7DA0

Tints of Carissma #DF7DA0

Color information

#DF7DA0 (or 0xDF7DA0) is unknown color: approx Carissma. HEX triplet: DF, 7D and A0. RGB value is (223,125,160). Sum of RGB (Red+Green+Blue) = 223+125+160=508 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.90% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7DA0 is #20825F. Grayscale: #9E9E9E. Windows color (decimal): -2130528 or 10517983. OLE color: 10517983.

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

Color convert

RGB223125160-
CMYK00.440.280.13
HSL338.57º60.49%68.24%-
HSV(B)338.57º43.95%87.45%-
XYZ44.1132.8937.28-
YUV158.29128.97174.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 43.90%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 160 (62.89% from 255) = 31.50%
R=43.90%
G=24.61%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312516000.440.280.13338.5760.4968.24
HexDF7DA002C1CD1533c44
Octal337175240054341552374104
Binary1101111111111011010000001011001110011011010100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DA0; }

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

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

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

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

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

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

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

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