Html Css Color HEX #FD32D1 Razzle Dazzle Rose

📋 copy color: '#FD32D1'

red 253 ◦ green 50 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FD32D1

Tints of Razzle Dazzle Rose #FD32D1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.77%

 BLUE value IS 209 (82.03% from 255) = 40.82%

R = 49.41%
G = 9.77%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD32D1 (or 0xFD32D1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 32 and D1. RGB value is (253,50,209). Sum of RGB (Red+Green+Blue) = 253+50+209=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 50 (19.92% from 255 or 9.77% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD32D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD32D1 is #02CD2E. Grayscale: #808080. Windows color (decimal): -183599 or 13710077. OLE color: 13710077.

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

Color convert

RGB 253 50 209 -
CMYK 0 0.80 0.17 0.01
HSL 313º 0.98% 0.59% -
HSV(B) 313º 0.8% 0.99% -
XYZ 53.16 27.77 62.88 -
YUV 128.82 173.25 216.57 -
System Red Green Blue C M Y K H S L
Decimal 253 50 209 0 0.80 0.17 0.01 313 0.98 0.59
Hex FD 32 D1 0 50 11 1 139 62 3B
Octal 375 62 321 0 120 21 1 471 142 73
Binary 11111101 110010 11010001 0 1010000 10001 1 100111001 1100010 111011

Color Harmonies of #FD32D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD32D1

Black with #FD32D1

Text Example


Text Example

White with #FD32D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD32D1; }

 p { color: rgb(253,50,209); }

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

background-color css

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

 a { background-color: rgb(253,50,209); }

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

border-color css

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

 span { border-color: rgb(253,50,209); }

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