Html Css Color HEX #D540B3 Fuchsia

📋 copy color: '#D540B3'

red 213 ◦ green 64 ◦ blue 179

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

Shades of Fuchsia #D540B3

Tints of Fuchsia #D540B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.25%

R = 46.71%
G = 14.04%
B = 39.25%

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

#D540B3 (or 0xD540B3) is known color: Fuchsia. HEX triplet: D5, 40 and B3. RGB value is (213,64,179). Sum of RGB (Red+Green+Blue) = 213+64+179=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 179 (70.31% from 255 or 39.25% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D540B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540B3 is #2ABF4C. Grayscale: #797979. Windows color (decimal): -2801485 or 11747541. OLE color: 11747541.

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

Color convert

RGB 213 64 179 -
CMYK 0 0.70 0.16 0.16
HSL 313.69º 0.64% 0.54% -
HSV(B) 313.69º 0.7% 0.84% -
XYZ 37.41 21.07 44.74 -
YUV 121.66 160.36 193.15 -
System Red Green Blue C M Y K H S L
Decimal 213 64 179 0 0.70 0.16 0.16 313.69 0.64 0.54
Hex D5 40 B3 0 46 10 10 13A 40 36
Octal 325 100 263 0 106 20 20 472 100 66
Binary 11010101 1000000 10110011 0 1000110 10000 10000 100111010 1000000 110110

Color Harmonies of #D540B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540B3

Black with #D540B3

Text Example


Text Example

White with #D540B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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