Html Css Color HEX #FD20D4 Razzle Dazzle Rose

📋 copy color: '#FD20D4'

red 253 ◦ green 32 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FD20D4

Tints of Razzle Dazzle Rose #FD20D4

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.44%

 BLUE value IS 212 (83.2% from 255) = 42.66%

R = 50.91%
G = 6.44%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.01

RGB Variations

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

Color information

#FD20D4 (or 0xFD20D4) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and D4. RGB value is (253,32,212). Sum of RGB (Red+Green+Blue) = 253+32+212=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 32 (12.89% from 255 or 6.44% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20D4 is #02DF2B. Grayscale: #767676. Windows color (decimal): -188204 or 13902077. OLE color: 13902077.

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

Color convert

RGB 253 32 212 -
CMYK 0 0.87 0.16 0.01
HSL 311.13º 0.98% 0.56% -
HSV(B) 311.13º 0.87% 0.99% -
XYZ 52.91 26.67 64.65 -
YUV 118.6 180.72 223.86 -
System Red Green Blue C M Y K H S L
Decimal 253 32 212 0 0.87 0.16 0.01 311.13 0.98 0.56
Hex FD 20 D4 0 57 10 1 137 62 38
Octal 375 40 324 0 127 20 1 467 142 70
Binary 11111101 100000 11010100 0 1010111 10000 1 100110111 1100010 111000

Color Harmonies of #FD20D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20D4

Black with #FD20D4

Text Example


Text Example

White with #FD20D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20D4; }

 p { color: rgb(253,32,212); }

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

background-color css

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

 a { background-color: rgb(253,32,212); }

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

border-color css

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

 span { border-color: rgb(253,32,212); }

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