Html Css Color HEX #D540B6 Fuchsia

📋 copy color: '#D540B6'

red 213 ◦ green 64 ◦ blue 182

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

Shades of Fuchsia #D540B6

Tints of Fuchsia #D540B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 46.41%
G = 13.94%
B = 39.65%

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

#D540B6 (or 0xD540B6) is known color: Fuchsia. HEX triplet: D5, 40 and B6. RGB value is (213,64,182). Sum of RGB (Red+Green+Blue) = 213+64+182=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540B6 is #2ABF49. Grayscale: #797979. Windows color (decimal): -2801482 or 11944149. OLE color: 11944149.

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

Color convert

RGB 213 64 182 -
CMYK 0 0.70 0.15 0.16
HSL 312.48º 0.64% 0.54% -
HSV(B) 312.48º 0.7% 0.84% -
XYZ 37.72 21.19 46.36 -
YUV 122 161.86 192.91 -
System Red Green Blue C M Y K H S L
Decimal 213 64 182 0 0.70 0.15 0.16 312.48 0.64 0.54
Hex D5 40 B6 0 46 F 10 138 40 36
Octal 325 100 266 0 106 17 20 470 100 66
Binary 11010101 1000000 10110110 0 1000110 1111 10000 100111000 1000000 110110

Color Harmonies of #D540B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B6

Black with #D540B6

Text Example


Text Example

White with #D540B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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