Html Css Color HEX #FF52D1 Razzle Dazzle Rose

📋 copy color: '#FF52D1'

red 255 ◦ green 82 ◦ blue 209

#FF52D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #FF52D1

Tints of Razzle Dazzle Rose #FF52D1

RGB

 RED value IS 255 (100% from 255) = 46.7%

 GREEN value IS 82 (32.42% from 255) = 15.02%

 BLUE value IS 209 (82.03% from 255) = 38.28%

R = 46.7%
G = 15.02%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF52D1 (or 0xFF52D1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 52 and D1. RGB value is (255,82,209). Sum of RGB (Red+Green+Blue) = 255+82+209=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 82 (32.42% from 255 or 15.02% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF52D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF52D1 is #00AD2E. Grayscale: #939393. Windows color (decimal): -44335 or 13718271. OLE color: 13718271.

HSL color Cylindrical-coordinate representation of color #FF52D1: hue angle of 315.95º 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 #FF52D1 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB 255 82 209 -
CMYK 0 0.68 0.18 0
HSL 315.95º 1% 0.66% -
HSV(B) 315.95º 0.68% 1% -
XYZ 55.77 31.9 63.54 -
YUV 148.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 255 82 209 0 0.68 0.18 0 315.95 1 0.66
Hex FF 52 D1 0 44 12 0 13C 64 42
Octal 377 122 321 0 104 22 0 474 144 102
Binary 11111111 1010010 11010001 0 1000100 10010 0 100111100 1100100 1000010

Color Harmonies of #FF52D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF52D1

Black with #FF52D1

Text Example


Text Example

White with #FF52D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF52D1; }

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

 H1.HeaderClassName
 {
   color: #FF52D1;
 }
 .AnyTagClassName
 {
   color: #FF52D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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