Html Css Color HEX #D53FB7 Fuchsia

📋 copy color: '#D53FB7'

red 213 ◦ green 63 ◦ blue 183

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

Shades of Fuchsia #D53FB7

Tints of Fuchsia #D53FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.87%

R = 46.41%
G = 13.73%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D53FB7 (or 0xD53FB7) is known color: Fuchsia. HEX triplet: D5, 3F and B7. RGB value is (213,63,183). Sum of RGB (Red+Green+Blue) = 213+63+183=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 183 (71.88% from 255 or 39.87% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D53FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D53FB7 is #2AC048. Grayscale: #797979. Windows color (decimal): -2801737 or 12009429. OLE color: 12009429.

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

Color convert

RGB 213 63 183 -
CMYK 0 0.70 0.14 0.16
HSL 312º 0.64% 0.54% -
HSV(B) 312º 0.7% 0.84% -
XYZ 37.77 21.12 46.89 -
YUV 121.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 213 63 183 0 0.70 0.14 0.16 312 0.64 0.54
Hex D5 3F B7 0 46 E 10 138 40 36
Octal 325 77 267 0 106 16 20 470 100 66
Binary 11010101 111111 10110111 0 1000110 1110 10000 100111000 1000000 110110

Color Harmonies of #D53FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53FB7

Black with #D53FB7

Text Example


Text Example

White with #D53FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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