Html Css Color HEX #D540B9 Fuchsia

📋 copy color: '#D540B9'

red 213 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #D540B9

Tints of Fuchsia #D540B9

RGB

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

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

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

R = 46.1%
G = 13.85%
B = 40.04%

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

#D540B9 (or 0xD540B9) is known color: Fuchsia. HEX triplet: D5, 40 and B9. RGB value is (213,64,185). Sum of RGB (Red+Green+Blue) = 213+64+185=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 64 (25.39% from 255 or 13.85% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540B9 is #2ABF46. Grayscale: #7A7A7A. Windows color (decimal): -2801479 or 12140757. OLE color: 12140757.

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

Color convert

RGB 213 64 185 -
CMYK 0 0.70 0.13 0.16
HSL 311.28º 0.64% 0.54% -
HSV(B) 311.28º 0.7% 0.84% -
XYZ 38.03 21.32 48.01 -
YUV 122.35 163.36 192.66 -
System Red Green Blue C M Y K H S L
Decimal 213 64 185 0 0.70 0.13 0.16 311.28 0.64 0.54
Hex D5 40 B9 0 46 D 10 137 40 36
Octal 325 100 271 0 106 15 20 467 100 66
Binary 11010101 1000000 10111001 0 1000110 1101 10000 100110111 1000000 110110

Color Harmonies of #D540B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B9

Black with #D540B9

Text Example


Text Example

White with #D540B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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