Html Css Color HEX #D540B8 Fuchsia

📋 copy color: '#D540B8'

red 213 ◦ green 64 ◦ blue 184

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

Shades of Fuchsia #D540B8

Tints of Fuchsia #D540B8

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.88%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 46.2%
G = 13.88%
B = 39.91%

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

#D540B8 (or 0xD540B8) is known color: Fuchsia. HEX triplet: D5, 40 and B8. RGB value is (213,64,184). Sum of RGB (Red+Green+Blue) = 213+64+184=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 64 (25.39% from 255 or 13.88% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540B8 is #2ABF47. Grayscale: #797979. Windows color (decimal): -2801480 or 12075221. OLE color: 12075221.

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

Color convert

RGB 213 64 184 -
CMYK 0 0.70 0.14 0.16
HSL 311.68º 0.64% 0.54% -
HSV(B) 311.68º 0.7% 0.84% -
XYZ 37.93 21.27 47.45 -
YUV 122.23 162.86 192.74 -
System Red Green Blue C M Y K H S L
Decimal 213 64 184 0 0.70 0.14 0.16 311.68 0.64 0.54
Hex D5 40 B8 0 46 E 10 138 40 36
Octal 325 100 270 0 106 16 20 470 100 66
Binary 11010101 1000000 10111000 0 1000110 1110 10000 100111000 1000000 110110

Color Harmonies of #D540B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B8

Black with #D540B8

Text Example


Text Example

White with #D540B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B8; }

 p { color: rgb(213,64,184); }

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

background-color css

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

 a { background-color: rgb(213,64,184); }

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

border-color css

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

 span { border-color: rgb(213,64,184); }

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