Html Css Color HEX #D540C3 Fuchsia

📋 copy color: '#D540C3'

red 213 ◦ green 64 ◦ blue 195

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

Shades of Fuchsia #D540C3

Tints of Fuchsia #D540C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.31%

R = 45.13%
G = 13.56%
B = 41.31%

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

#D540C3 (or 0xD540C3) is known color: Fuchsia. HEX triplet: D5, 40 and C3. RGB value is (213,64,195). Sum of RGB (Red+Green+Blue) = 213+64+195=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D540C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540C3 is #2ABF3C. Grayscale: #7B7B7B. Windows color (decimal): -2801469 or 12796117. OLE color: 12796117.

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

Color convert

RGB 213 64 195 -
CMYK 0 0.70 0.08 0.16
HSL 307.25º 0.64% 0.54% -
HSV(B) 307.25º 0.7% 0.84% -
XYZ 39.12 21.75 53.77 -
YUV 123.49 168.36 191.85 -
System Red Green Blue C M Y K H S L
Decimal 213 64 195 0 0.70 0.08 0.16 307.25 0.64 0.54
Hex D5 40 C3 0 46 8 10 133 40 36
Octal 325 100 303 0 106 10 20 463 100 66
Binary 11010101 1000000 11000011 0 1000110 1000 10000 100110011 1000000 110110

Color Harmonies of #D540C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540C3

Black with #D540C3

Text Example


Text Example

White with #D540C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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