Html Css Color HEX #D540B2 Fuchsia

📋 copy color: '#D540B2'

red 213 ◦ green 64 ◦ blue 178

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

Shades of Fuchsia #D540B2

Tints of Fuchsia #D540B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 46.81%
G = 14.07%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D540B2 (or 0xD540B2) is known color: Fuchsia. HEX triplet: D5, 40 and B2. RGB value is (213,64,178). Sum of RGB (Red+Green+Blue) = 213+64+178=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540B2 is #2ABF4D. Grayscale: #797979. Windows color (decimal): -2801486 or 11682005. OLE color: 11682005.

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

Color convert

RGB 213 64 178 -
CMYK 0 0.70 0.16 0.16
HSL 314.09º 0.64% 0.54% -
HSV(B) 314.09º 0.7% 0.84% -
XYZ 37.31 21.03 44.21 -
YUV 121.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 213 64 178 0 0.70 0.16 0.16 314.09 0.64 0.54
Hex D5 40 B2 0 46 10 10 13A 40 36
Octal 325 100 262 0 106 20 20 472 100 66
Binary 11010101 1000000 10110010 0 1000110 10000 10000 100111010 1000000 110110

Color Harmonies of #D540B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B2

Black with #D540B2

Text Example


Text Example

White with #D540B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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