Html Css Color HEX #D53FB9 Fuchsia

📋 copy color: '#D53FB9'

red 213 ◦ green 63 ◦ blue 185

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

Shades of Fuchsia #D53FB9

Tints of Fuchsia #D53FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.13%

R = 46.2%
G = 13.67%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D53FB9 (or 0xD53FB9) is known color: Fuchsia. HEX triplet: D5, 3F and B9. RGB value is (213,63,185). Sum of RGB (Red+Green+Blue) = 213+63+185=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 185 (72.66% from 255 or 40.13% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FB9 is #2AC046. Grayscale: #797979. Windows color (decimal): -2801735 or 12140501. OLE color: 12140501.

HSL color Cylindrical-coordinate representation of color #D53FB9: hue angle of 311.2º 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 #D53FB9 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 185 -
CMYK 0 0.70 0.13 0.16
HSL 311.2º 0.64% 0.54% -
HSV(B) 311.2º 0.7% 0.84% -
XYZ 37.98 21.2 47.99 -
YUV 121.76 163.7 193.08 -
System Red Green Blue C M Y K H S L
Decimal 213 63 185 0 0.70 0.13 0.16 311.2 0.64 0.54
Hex D5 3F B9 0 46 D 10 137 40 36
Octal 325 77 271 0 106 15 20 467 100 66
Binary 11010101 111111 10111001 0 1000110 1101 10000 100110111 1000000 110110

Color Harmonies of #D53FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FB9

Black with #D53FB9

Text Example


Text Example

White with #D53FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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