Html Css Color HEX #FD20DC Razzle Dazzle Rose

📋 copy color: '#FD20DC'

red 253 ◦ green 32 ◦ blue 220

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

Shades of Razzle Dazzle Rose #FD20DC

Tints of Razzle Dazzle Rose #FD20DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.56%

R = 50.1%
G = 6.34%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD20DC (or 0xFD20DC) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and DC. RGB value is (253,32,220). Sum of RGB (Red+Green+Blue) = 253+32+220=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 32 (12.89% from 255 or 6.34% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20DC is #02DF23. Grayscale: #767676. Windows color (decimal): -188196 or 14426365. OLE color: 14426365.

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

Color convert

RGB 253 32 220 -
CMYK 0 0.87 0.13 0.01
HSL 308.96º 0.98% 0.56% -
HSV(B) 308.96º 0.87% 0.99% -
XYZ 53.94 27.08 70.09 -
YUV 119.51 184.72 223.21 -
System Red Green Blue C M Y K H S L
Decimal 253 32 220 0 0.87 0.13 0.01 308.96 0.98 0.56
Hex FD 20 DC 0 57 D 1 135 62 38
Octal 375 40 334 0 127 15 1 465 142 70
Binary 11111101 100000 11011100 0 1010111 1101 1 100110101 1100010 111000

Color Harmonies of #FD20DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20DC

Black with #FD20DC

Text Example


Text Example

White with #FD20DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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