Html Css Color HEX #FD20DF Razzle Dazzle Rose

📋 copy color: '#FD20DF'

red 253 ◦ green 32 ◦ blue 223

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

Shades of Razzle Dazzle Rose #FD20DF

Tints of Razzle Dazzle Rose #FD20DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.9%

R = 49.8%
G = 6.3%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FD20DF (or 0xFD20DF) is known color: Razzle Dazzle Rose. HEX triplet: FD, 20 and DF. RGB value is (253,32,223). Sum of RGB (Red+Green+Blue) = 253+32+223=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 223 (87.5% from 255 or 43.90% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FD20DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD20DF is #02DF20. Grayscale: #777777. Windows color (decimal): -188193 or 14622973. OLE color: 14622973.

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

Color convert

RGB 253 32 223 -
CMYK 0 0.87 0.12 0.01
HSL 308.14º 0.98% 0.56% -
HSV(B) 308.14º 0.87% 0.99% -
XYZ 54.34 27.24 72.21 -
YUV 119.85 186.22 222.97 -
System Red Green Blue C M Y K H S L
Decimal 253 32 223 0 0.87 0.12 0.01 308.14 0.98 0.56
Hex FD 20 DF 0 57 C 1 134 62 38
Octal 375 40 337 0 127 14 1 464 142 70
Binary 11111101 100000 11011111 0 1010111 1100 1 100110100 1100010 111000

Color Harmonies of #FD20DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD20DF

Black with #FD20DF

Text Example


Text Example

White with #FD20DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD20DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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