Html Css Color HEX #D540B1 Fuchsia

📋 copy color: '#D540B1'

red 213 ◦ green 64 ◦ blue 177

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

Shades of Fuchsia #D540B1

Tints of Fuchsia #D540B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.99%

R = 46.92%
G = 14.1%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D540B1 (or 0xD540B1) is known color: Fuchsia. HEX triplet: D5, 40 and B1. RGB value is (213,64,177). Sum of RGB (Red+Green+Blue) = 213+64+177=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 177 (69.53% from 255 or 38.99% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540B1 is #2ABF4E. Grayscale: #797979. Windows color (decimal): -2801487 or 11616469. OLE color: 11616469.

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

Color convert

RGB 213 64 177 -
CMYK 0 0.70 0.17 0.16
HSL 314.5º 0.64% 0.54% -
HSV(B) 314.5º 0.7% 0.84% -
XYZ 37.21 20.99 43.68 -
YUV 121.43 159.36 193.31 -
System Red Green Blue C M Y K H S L
Decimal 213 64 177 0 0.70 0.17 0.16 314.5 0.64 0.54
Hex D5 40 B1 0 46 11 10 13A 40 36
Octal 325 100 261 0 106 21 20 472 100 66
Binary 11010101 1000000 10110001 0 1000110 10001 10000 100111010 1000000 110110

Color Harmonies of #D540B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B1

Black with #D540B1

Text Example


Text Example

White with #D540B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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