Html Css Color HEX #FD20D8 Razzle Dazzle Rose

📋 copy color: '#FD20D8'

red 253 ◦ green 32 ◦ blue 216

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

Shades of Razzle Dazzle Rose #FD20D8

Tints of Razzle Dazzle Rose #FD20D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.11%

R = 50.5%
G = 6.39%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD20D8 (or 0xFD20D8) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and D8. RGB value is (253,32,216). Sum of RGB (Red+Green+Blue) = 253+32+216=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 32 (12.89% from 255 or 6.39% from 501); Blue value is 216 (84.77% from 255 or 43.11% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20D8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20D8 is #02DF27. Grayscale: #767676. Windows color (decimal): -188200 or 14164221. OLE color: 14164221.

HSL color Cylindrical-coordinate representation of color #FD20D8: hue angle of 310.05º 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 #FD20D8 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 32 216 -
CMYK 0 0.87 0.15 0.01
HSL 310.05º 0.98% 0.56% -
HSV(B) 310.05º 0.87% 0.99% -
XYZ 53.42 26.87 67.34 -
YUV 119.06 182.72 223.54 -
System Red Green Blue C M Y K H S L
Decimal 253 32 216 0 0.87 0.15 0.01 310.05 0.98 0.56
Hex FD 20 D8 0 57 F 1 136 62 38
Octal 375 40 330 0 127 17 1 466 142 70
Binary 11111101 100000 11011000 0 1010111 1111 1 100110110 1100010 111000

Color Harmonies of #FD20D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20D8

Black with #FD20D8

Text Example


Text Example

White with #FD20D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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