Html Css Color HEX #FD31D3 Razzle Dazzle Rose

📋 copy color: '#FD31D3'

red 253 ◦ green 49 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FD31D3

Tints of Razzle Dazzle Rose #FD31D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 41.13%

R = 49.32%
G = 9.55%
B = 41.13%

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

#FD31D3 (or 0xFD31D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 31 and D3. RGB value is (253,49,211). Sum of RGB (Red+Green+Blue) = 253+49+211=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 49 (19.53% from 255 or 9.55% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 253 - color contains mainly: red. Hex color #FD31D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD31D3 is #02CE2C. Grayscale: #808080. Windows color (decimal): -183853 or 13840893. OLE color: 13840893.

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

Color convert

RGB 253 49 211 -
CMYK 0 0.81 0.17 0.01
HSL 312.35º 0.98% 0.59% -
HSV(B) 312.35º 0.81% 0.99% -
XYZ 53.36 27.78 64.18 -
YUV 128.46 174.59 216.83 -
System Red Green Blue C M Y K H S L
Decimal 253 49 211 0 0.81 0.17 0.01 312.35 0.98 0.59
Hex FD 31 D3 0 51 11 1 138 62 3B
Octal 375 61 323 0 121 21 1 470 142 73
Binary 11111101 110001 11010011 0 1010001 10001 1 100111000 1100010 111011

Color Harmonies of #FD31D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD31D3

Black with #FD31D3

Text Example


Text Example

White with #FD31D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD31D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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