#DF52B2

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

Shades of Brilliant Rose #DF52B2

Tints of Brilliant Rose #DF52B2

Color information

#DF52B2 (or 0xDF52B2) is unknown color: approx Brilliant Rose. HEX triplet: DF, 52 and B2. RGB value is (223,82,178). Sum of RGB (Red+Green+Blue) = 223+82+178=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 178 (69.92% from 255 or 36.85% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF52B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF52B2 is #20AD4D. Grayscale: #868686. Windows color (decimal): -2141518 or 11686623. OLE color: 11686623.

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

Color convert

RGB22382178-
CMYK00.630.200.13
HSL319.15º68.78%59.8%-
HSV(B)319.15º63.23%87.45%-
XYZ41.4824.9444.75-
YUV135.1152.21190.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.17%
GREEN value IS 82 (32.42% from 255) = 16.98%
BLUE value IS 178 (69.92% from 255) = 36.85%
R=46.17%
G=16.98%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238217800.630.200.13319.1568.7859.8
HexDF52B203F14D13f453c
Octal337122262077241547710574
Binary1101111110100101011001001111111010011011001111111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF52B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF52B2; }

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

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

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

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

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

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

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

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