#df52a5

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

Shades of Brilliant Rose #DF52A5

Tints of Brilliant Rose #DF52A5

Color information

#DF52A5 (or 0xDF52A5) is unknown color: approx Brilliant Rose. HEX triplet: DF, 52 and A5. RGB value is (223,82,165). Sum of RGB (Red+Green+Blue) = 223+82+165=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 82 (32.42% from 255 or 17.45% from 470); Blue value is 165 (64.84% from 255 or 35.11% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52A5 is #20AD5A. Grayscale: #858585. Windows color (decimal): -2141531 or 10834655. OLE color: 10834655.

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

Color convert

RGB22382165-
CMYK00.630.260.13
HSL324.68º68.78%59.8%-
HSV(B)324.68º63.23%87.45%-
XYZ40.2424.4438.19-
YUV133.62145.71191.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.45%
GREEN value IS 82 (32.42% from 255) = 17.45%
BLUE value IS 165 (64.84% from 255) = 35.11%
R=47.45%
G=17.45%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238216500.630.260.13324.6868.7859.8
HexDF52A503F1AD145453c
Octal337122245077321550510574
Binary1101111110100101010010101111111101011011010001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df52a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df52a5; }

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

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

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

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

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

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

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

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