Html Css Color HEX #FD52D2 Razzle Dazzle Rose

📋 copy color: '#FD52D2'

red 253 ◦ green 82 ◦ blue 210

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

Shades of Razzle Dazzle Rose #FD52D2

Tints of Razzle Dazzle Rose #FD52D2

RGB

 RED value IS 253 (99.22% from 255) = 46.42%

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

 BLUE value IS 210 (82.42% from 255) = 38.53%

R = 46.42%
G = 15.05%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD52D2 (or 0xFD52D2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 52 and D2. RGB value is (253,82,210). Sum of RGB (Red+Green+Blue) = 253+82+210=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 82 (32.42% from 255 or 15.05% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD52D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD52D2 is #02AD2D. Grayscale: #939393. Windows color (decimal): -175406 or 13783805. OLE color: 13783805.

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

Color convert

RGB 253 82 210 -
CMYK 0 0.68 0.17 0.01
HSL 315.09º 0.98% 0.66% -
HSV(B) 315.09º 0.68% 0.99% -
XYZ 55.16 31.57 64.16 -
YUV 147.72 163.15 203.09 -
System Red Green Blue C M Y K H S L
Decimal 253 82 210 0 0.68 0.17 0.01 315.09 0.98 0.66
Hex FD 52 D2 0 44 11 1 13B 62 42
Octal 375 122 322 0 104 21 1 473 142 102
Binary 11111101 1010010 11010010 0 1000100 10001 1 100111011 1100010 1000010

Color Harmonies of #FD52D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD52D2

Black with #FD52D2

Text Example


Text Example

White with #FD52D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD52D2; }

 p { color: rgb(253,82,210); }

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

background-color css

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

 a { background-color: rgb(253,82,210); }

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

border-color css

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

 span { border-color: rgb(253,82,210); }

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