Html Css Color HEX #D541BC Fuchsia

📋 copy color: '#D541BC'

red 213 ◦ green 65 ◦ blue 188

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

Shades of Fuchsia #D541BC

Tints of Fuchsia #D541BC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.95%

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

R = 45.71%
G = 13.95%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D541BC (or 0xD541BC) is known color: Fuchsia. HEX triplet: D5, 41 and BC. RGB value is (213,65,188). Sum of RGB (Red+Green+Blue) = 213+65+188=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D541BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541BC is #2ABE43. Grayscale: #7A7A7A. Windows color (decimal): -2801220 or 12337621. OLE color: 12337621.

HSL color Cylindrical-coordinate representation of color #D541BC: hue angle of 310.14º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D541BC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 65 188 -
CMYK 0 0.69 0.12 0.16
HSL 310.14º 0.64% 0.55% -
HSV(B) 310.14º 0.69% 0.84% -
XYZ 38.41 21.56 49.71 -
YUV 123.27 164.53 192 -
System Red Green Blue C M Y K H S L
Decimal 213 65 188 0 0.69 0.12 0.16 310.14 0.64 0.55
Hex D5 41 BC 0 45 C 10 136 40 37
Octal 325 101 274 0 105 14 20 466 100 67
Binary 11010101 1000001 10111100 0 1000101 1100 10000 100110110 1000000 110111

Color Harmonies of #D541BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541BC

Black with #D541BC

Text Example


Text Example

White with #D541BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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