Html Css Color HEX #D53FC9 Fuchsia

📋 copy color: '#D53FC9'

red 213 ◦ green 63 ◦ blue 201

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

Shades of Fuchsia #D53FC9

Tints of Fuchsia #D53FC9

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

 GREEN value IS 63 (25% from 255) = 13.21%

 BLUE value IS 201 (78.91% from 255) = 42.14%

R = 44.65%
G = 13.21%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D53FC9 (or 0xD53FC9) is known color: Fuchsia. HEX triplet: D5, 3F and C9. RGB value is (213,63,201). Sum of RGB (Red+Green+Blue) = 213+63+201=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 201 (78.91% from 255 or 42.14% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FC9 is #2AC036. Grayscale: #7B7B7B. Windows color (decimal): -2801719 or 13189077. OLE color: 13189077.

HSL color Cylindrical-coordinate representation of color #D53FC9: hue angle of 304.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D53FC9 is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 201 -
CMYK 0 0.70 0.06 0.16
HSL 304.8º 0.64% 0.54% -
HSV(B) 304.8º 0.7% 0.84% -
XYZ 39.76 21.92 57.39 -
YUV 123.58 171.7 191.78 -
System Red Green Blue C M Y K H S L
Decimal 213 63 201 0 0.70 0.06 0.16 304.8 0.64 0.54
Hex D5 3F C9 0 46 6 10 131 40 36
Octal 325 77 311 0 106 6 20 461 100 66
Binary 11010101 111111 11001001 0 1000110 110 10000 100110001 1000000 110110

Color Harmonies of #D53FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FC9

Black with #D53FC9

Text Example


Text Example

White with #D53FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FC9; }

 p { color: rgb(213,63,201); }

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

background-color css

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

 a { background-color: rgb(213,63,201); }

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

border-color css

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

 span { border-color: rgb(213,63,201); }

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