Html Css Color HEX #D540C5 Fuchsia

📋 copy color: '#D540C5'

red 213 ◦ green 64 ◦ blue 197

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

Shades of Fuchsia #D540C5

Tints of Fuchsia #D540C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.56%

R = 44.94%
G = 13.5%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D540C5 (or 0xD540C5) is known color: Fuchsia. HEX triplet: D5, 40 and C5. RGB value is (213,64,197). Sum of RGB (Red+Green+Blue) = 213+64+197=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 64 (25.39% from 255 or 13.50% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D540C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540C5 is #2ABF3A. Grayscale: #7B7B7B. Windows color (decimal): -2801467 or 12927189. OLE color: 12927189.

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

Color convert

RGB 213 64 197 -
CMYK 0 0.70 0.08 0.16
HSL 306.44º 0.64% 0.54% -
HSV(B) 306.44º 0.7% 0.84% -
XYZ 39.35 21.84 54.97 -
YUV 123.71 169.36 191.69 -
System Red Green Blue C M Y K H S L
Decimal 213 64 197 0 0.70 0.08 0.16 306.44 0.64 0.54
Hex D5 40 C5 0 46 8 10 132 40 36
Octal 325 100 305 0 106 10 20 462 100 66
Binary 11010101 1000000 11000101 0 1000110 1000 10000 100110010 1000000 110110

Color Harmonies of #D540C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540C5

Black with #D540C5

Text Example


Text Example

White with #D540C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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