Html Css Color HEX #D540CE Fuchsia

📋 copy color: '#D540CE'

red 213 ◦ green 64 ◦ blue 206

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

Shades of Fuchsia #D540CE

Tints of Fuchsia #D540CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.65%

R = 44.1%
G = 13.25%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D540CE (or 0xD540CE) is known color: Fuchsia. HEX triplet: D5, 40 and CE. RGB value is (213,64,206). Sum of RGB (Red+Green+Blue) = 213+64+206=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D540CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540CE is #2ABF31. Grayscale: #7C7C7C. Windows color (decimal): -2801458 or 13517013. OLE color: 13517013.

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

Color convert

RGB 213 64 206 -
CMYK 0 0.70 0.03 0.16
HSL 302.82º 0.64% 0.54% -
HSV(B) 302.82º 0.7% 0.84% -
XYZ 40.41 22.27 60.56 -
YUV 124.74 173.86 190.95 -
System Red Green Blue C M Y K H S L
Decimal 213 64 206 0 0.70 0.03 0.16 302.82 0.64 0.54
Hex D5 40 CE 0 46 3 10 12F 40 36
Octal 325 100 316 0 106 3 20 457 100 66
Binary 11010101 1000000 11001110 0 1000110 11 10000 100101111 1000000 110110

Color Harmonies of #D540CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540CE

Black with #D540CE

Text Example


Text Example

White with #D540CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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