Html Css Color HEX #D540BC Fuchsia

📋 copy color: '#D540BC'

red 213 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #D540BC

Tints of Fuchsia #D540BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 45.81%
G = 13.76%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D540BC (or 0xD540BC) is known color: Fuchsia. HEX triplet: D5, 40 and BC. RGB value is (213,64,188). Sum of RGB (Red+Green+Blue) = 213+64+188=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D540BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D540BC is #2ABF43. Grayscale: #7A7A7A. Windows color (decimal): -2801476 or 12337365. OLE color: 12337365.

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

Color convert

RGB 213 64 188 -
CMYK 0 0.70 0.12 0.16
HSL 310.07º 0.64% 0.54% -
HSV(B) 310.07º 0.7% 0.84% -
XYZ 38.35 21.44 49.69 -
YUV 122.69 164.86 192.42 -
System Red Green Blue C M Y K H S L
Decimal 213 64 188 0 0.70 0.12 0.16 310.07 0.64 0.54
Hex D5 40 BC 0 46 C 10 136 40 36
Octal 325 100 274 0 106 14 20 466 100 66
Binary 11010101 1000000 10111100 0 1000110 1100 10000 100110110 1000000 110110

Color Harmonies of #D540BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540BC

Black with #D540BC

Text Example


Text Example

White with #D540BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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