Html Css Color HEX #D53FB5 Fuchsia

📋 copy color: '#D53FB5'

red 213 ◦ green 63 ◦ blue 181

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

Shades of Fuchsia #D53FB5

Tints of Fuchsia #D53FB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.61%

R = 46.61%
G = 13.79%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D53FB5 (or 0xD53FB5) is known color: Fuchsia. HEX triplet: D5, 3F and B5. RGB value is (213,63,181). Sum of RGB (Red+Green+Blue) = 213+63+181=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 181 (71.09% from 255 or 39.61% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FB5 is #2AC04A. Grayscale: #787878. Windows color (decimal): -2801739 or 11878357. OLE color: 11878357.

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

Color convert

RGB 213 63 181 -
CMYK 0 0.70 0.15 0.16
HSL 312.8º 0.64% 0.54% -
HSV(B) 312.8º 0.7% 0.84% -
XYZ 37.56 21.04 45.8 -
YUV 121.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 213 63 181 0 0.70 0.15 0.16 312.8 0.64 0.54
Hex D5 3F B5 0 46 F 10 139 40 36
Octal 325 77 265 0 106 17 20 471 100 66
Binary 11010101 111111 10110101 0 1000110 1111 10000 100111001 1000000 110110

Color Harmonies of #D53FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FB5

Black with #D53FB5

Text Example


Text Example

White with #D53FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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