#DF54A5

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

Shades of Brilliant Rose #DF54A5

Tints of Brilliant Rose #DF54A5

Color information

#DF54A5 (or 0xDF54A5) is unknown color: approx Brilliant Rose. HEX triplet: DF, 54 and A5. RGB value is (223,84,165). Sum of RGB (Red+Green+Blue) = 223+84+165=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF54A5 is #20AB5A. Grayscale: #868686. Windows color (decimal): -2141019 or 10835167. OLE color: 10835167.

HSL color Cylindrical-coordinate representation of color #DF54A5: hue angle of 325.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF54A5 is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB22384165-
CMYK00.620.260.13
HSL325.04º68.47%60.2%-
HSV(B)325.04º62.33%87.45%-
XYZ40.3924.7538.24-
YUV134.79145.05190.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.25%
GREEN value IS 84 (33.20% from 255) = 17.80%
BLUE value IS 165 (64.84% from 255) = 34.96%
R=47.25%
G=17.80%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238416500.620.260.13325.0468.4760.2
HexDF54A503E1AD145443c
Octal337124245076321550510474
Binary1101111110101001010010101111101101011011010001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF54A5; }

 p { color: rgb(223,84,165); }

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

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

 a { background-color: rgb(223,84,165); }

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

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

 span { border-color: rgb(223,84,165); }

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