#DF45AE

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

Shades of Brilliant Rose #DF45AE

Tints of Brilliant Rose #DF45AE

Color information

#DF45AE (or 0xDF45AE) is unknown color: approx Brilliant Rose. HEX triplet: DF, 45 and AE. RGB value is (223,69,174). Sum of RGB (Red+Green+Blue) = 223+69+174=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF45AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DF45AE is #20BA51. Grayscale: #7E7E7E. Windows color (decimal): -2144850 or 11421151. OLE color: 11421151.

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

Color convert

RGB22369174-
CMYK00.690.220.13
HSL319.09º70.64%57.25%-
HSV(B)319.09º69.06%87.45%-
XYZ40.22342.37-
YUV127.02154.52196.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.85%
GREEN value IS 69 (27.34% from 255) = 14.81%
BLUE value IS 174 (68.36% from 255) = 37.34%
R=47.85%
G=14.81%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2236917400.690.220.13319.0970.6457.25
HexDF45AE04516D13f4739
Octal3371052560105261547710771
Binary11011111100010110101110010001011011011011001111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF45AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF45AE; }

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

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

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

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

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

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

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

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