Html Css Color HEX #FD51D3 Razzle Dazzle Rose

📋 copy color: '#FD51D3'

red 253 ◦ green 81 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FD51D3

Tints of Razzle Dazzle Rose #FD51D3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 14.86%

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

R = 46.42%
G = 14.86%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD51D3 (or 0xFD51D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 51 and D3. RGB value is (253,81,211). Sum of RGB (Red+Green+Blue) = 253+81+211=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 81 (32.03% from 255 or 14.86% from 545); Blue value is 211 (82.81% from 255 or 38.72% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD51D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FD51D3 is #02AE2C. Grayscale: #929292. Windows color (decimal): -175661 or 13849085. OLE color: 13849085.

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

Color convert

RGB 253 81 211 -
CMYK 0 0.68 0.17 0.01
HSL 314.65º 0.98% 0.65% -
HSV(B) 314.65º 0.68% 0.99% -
XYZ 55.21 31.47 64.79 -
YUV 147.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 253 81 211 0 0.68 0.17 0.01 314.65 0.98 0.65
Hex FD 51 D3 0 44 11 1 13B 62 41
Octal 375 121 323 0 104 21 1 473 142 101
Binary 11111101 1010001 11010011 0 1000100 10001 1 100111011 1100010 1000001

Color Harmonies of #FD51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD51D3

Black with #FD51D3

Text Example


Text Example

White with #FD51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD51D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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