#FF52D5

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

Shades of Razzle Dazzle Rose #FF52D5

Tints of Razzle Dazzle Rose #FF52D5

Color information

#FF52D5 (or 0xFF52D5) is unknown color: approx Razzle Dazzle Rose. HEX triplet: FF, 52 and D5. RGB value is (255,82,213). Sum of RGB (Red+Green+Blue) = 255+82+213=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 82 (32.42% from 255 or 14.91% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52D5 is #00AD2A. Grayscale: #949494. Windows color (decimal): -44331 or 13980415. OLE color: 13980415.

HSL color Cylindrical-coordinate representation of color #FF52D5: hue angle of 314.57º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF52D5 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB25582213-
CMYK00.680.160
HSL314.57º100%66.08%-
HSV(B)314.57º67.84%100%-
XYZ56.2732.166.18-
YUV148.66164.31203.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 82 (32.42% from 255) = 14.91%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=46.36%
G=14.91%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558221300.680.160314.5710066.08
HexFF52D504410013b6442
Octal3771223250104200473144102
Binary111111111010010110101010100010010000010011101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF52D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF52D5; }

 p { color: rgb(255,82,213); }

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

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

 a { background-color: rgb(255,82,213); }

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

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

 span { border-color: rgb(255,82,213); }

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