Html Css Color HEX #FD31D1 Razzle Dazzle Rose

📋 copy color: '#FD31D1'

red 253 ◦ green 49 ◦ blue 209

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

Shades of Razzle Dazzle Rose #FD31D1

Tints of Razzle Dazzle Rose #FD31D1

RGB

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

 GREEN value IS 49 (19.53% from 255) = 9.59%

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

R = 49.51%
G = 9.59%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD31D1 (or 0xFD31D1) is known color: Razzle Dazzle Rose. HEX triplet: FD, 31 and D1. RGB value is (253,49,209). Sum of RGB (Red+Green+Blue) = 253+49+209=511 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.51% from 511); Green value is 49 (19.53% from 255 or 9.59% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD31D1 is #02CE2E. Grayscale: #7F7F7F. Windows color (decimal): -183855 or 13709821. OLE color: 13709821.

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

Color convert

RGB 253 49 209 -
CMYK 0 0.81 0.17 0.01
HSL 312.94º 0.98% 0.59% -
HSV(B) 312.94º 0.81% 0.99% -
XYZ 53.11 27.68 62.87 -
YUV 128.24 173.59 216.99 -
System Red Green Blue C M Y K H S L
Decimal 253 49 209 0 0.81 0.17 0.01 312.94 0.98 0.59
Hex FD 31 D1 0 51 11 1 139 62 3B
Octal 375 61 321 0 121 21 1 471 142 73
Binary 11111101 110001 11010001 0 1010001 10001 1 100111001 1100010 111011

Color Harmonies of #FD31D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD31D1

Black with #FD31D1

Text Example


Text Example

White with #FD31D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD31D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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