Html Css Color HEX #D041AC Fuchsia

📋 copy color: '#D041AC'

red 208 ◦ green 65 ◦ blue 172

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

Shades of Fuchsia #D041AC

Tints of Fuchsia #D041AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 46.74%
G = 14.61%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D041AC (or 0xD041AC) is known color: Fuchsia. HEX triplet: D0, 41 and AC. RGB value is (208,65,172). Sum of RGB (Red+Green+Blue) = 208+65+172=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D041AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D041AC is #2FBE53. Grayscale: #777777. Windows color (decimal): -3128916 or 11289040. OLE color: 11289040.

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

Color convert

RGB 208 65 172 -
CMYK 0 0.69 0.17 0.18
HSL 315.1º 0.6% 0.54% -
HSV(B) 315.1º 0.69% 0.82% -
XYZ 35.35 20.17 41.06 -
YUV 119.96 157.38 190.8 -
System Red Green Blue C M Y K H S L
Decimal 208 65 172 0 0.69 0.17 0.18 315.1 0.6 0.54
Hex D0 41 AC 0 45 11 12 13B 3C 36
Octal 320 101 254 0 105 21 22 473 74 66
Binary 11010000 1000001 10101100 0 1000101 10001 10010 100111011 111100 110110

Color Harmonies of #D041AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D041AC

Black with #D041AC

Text Example


Text Example

White with #D041AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D041AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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