Html Css Color HEX #D041B7 Fuchsia

📋 copy color: '#D041B7'

red 208 ◦ green 65 ◦ blue 183

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

Shades of Fuchsia #D041B7

Tints of Fuchsia #D041B7

RGB

 RED value IS 208 (81.64% from 255) = 45.61%

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

 BLUE value IS 183 (71.88% from 255) = 40.13%

R = 45.61%
G = 14.25%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D041B7 (or 0xD041B7) is known color: Fuchsia. HEX triplet: D0, 41 and B7. RGB value is (208,65,183). Sum of RGB (Red+Green+Blue) = 208+65+183=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 183 (71.88% from 255 or 40.13% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D041B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D041B7 is #2FBE48. Grayscale: #787878. Windows color (decimal): -3128905 or 12009936. OLE color: 12009936.

HSL color Cylindrical-coordinate representation of color #D041B7: hue angle of 310.49º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D041B7 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 65 183 -
CMYK 0 0.69 0.12 0.18
HSL 310.49º 0.6% 0.54% -
HSV(B) 310.49º 0.69% 0.82% -
XYZ 36.45 20.61 46.86 -
YUV 121.21 162.88 189.91 -
System Red Green Blue C M Y K H S L
Decimal 208 65 183 0 0.69 0.12 0.18 310.49 0.6 0.54
Hex D0 41 B7 0 45 C 12 136 3C 36
Octal 320 101 267 0 105 14 22 466 74 66
Binary 11010000 1000001 10110111 0 1000101 1100 10010 100110110 111100 110110

Color Harmonies of #D041B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041B7

Black with #D041B7

Text Example


Text Example

White with #D041B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041B7; }

 p { color: rgb(208,65,183); }

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

background-color css

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

 a { background-color: rgb(208,65,183); }

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

border-color css

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

 span { border-color: rgb(208,65,183); }

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