Html Css Color HEX #D541B6 Fuchsia

📋 copy color: '#D541B6'

red 213 ◦ green 65 ◦ blue 182

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

Shades of Fuchsia #D541B6

Tints of Fuchsia #D541B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.57%

R = 46.3%
G = 14.13%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D541B6 (or 0xD541B6) is known color: Fuchsia. HEX triplet: D5, 41 and B6. RGB value is (213,65,182). Sum of RGB (Red+Green+Blue) = 213+65+182=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 182 (71.48% from 255 or 39.57% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D541B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D541B6 is #2ABE49. Grayscale: #7A7A7A. Windows color (decimal): -2801226 or 11944405. OLE color: 11944405.

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

Color convert

RGB 213 65 182 -
CMYK 0 0.69 0.15 0.16
HSL 312.57º 0.64% 0.55% -
HSV(B) 312.57º 0.69% 0.84% -
XYZ 37.77 21.3 46.38 -
YUV 122.59 161.53 192.49 -
System Red Green Blue C M Y K H S L
Decimal 213 65 182 0 0.69 0.15 0.16 312.57 0.64 0.55
Hex D5 41 B6 0 45 F 10 139 40 37
Octal 325 101 266 0 105 17 20 471 100 67
Binary 11010101 1000001 10110110 0 1000101 1111 10000 100111001 1000000 110111

Color Harmonies of #D541B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D541B6

Black with #D541B6

Text Example


Text Example

White with #D541B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D541B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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