#DF45A3

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

Shades of Deep Cerise #DF45A3

Tints of Deep Cerise #DF45A3

Color information

#DF45A3 (or 0xDF45A3) is unknown color: approx Deep Cerise. HEX triplet: DF, 45 and A3. RGB value is (223,69,163). Sum of RGB (Red+Green+Blue) = 223+69+163=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 69 (27.34% from 255 or 15.16% from 455); Blue value is 163 (64.06% from 255 or 35.82% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45A3 is #20BA5C. Grayscale: #7D7D7D. Windows color (decimal): -2144861 or 10700255. OLE color: 10700255.

HSL color Cylindrical-coordinate representation of color #DF45A3: hue angle of 323.38º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DF45A3 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22369163-
CMYK00.690.270.13
HSL323.38º70.64%57.25%-
HSV(B)323.38º69.06%87.45%-
XYZ39.1722.5936.95-
YUV125.76149.02197.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.01%
GREEN value IS 69 (27.34% from 255) = 15.16%
BLUE value IS 163 (64.06% from 255) = 35.82%
R=49.01%
G=15.16%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236916300.690.270.13323.3870.6457.25
HexDF45A30451BD1434739
Octal3371052430105331550310771
Binary11011111100010110100011010001011101111011010000111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF45A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF45A3; }

 p { color: rgb(223,69,163); }

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

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

 a { background-color: rgb(223,69,163); }

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

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

 span { border-color: rgb(223,69,163); }

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