Html Css Color HEX #D046AC Fuchsia

📋 copy color: '#D046AC'

red 208 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #D046AC

Tints of Fuchsia #D046AC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.56%

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

R = 46.22%
G = 15.56%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D046AC (or 0xD046AC) is known color: Fuchsia. HEX triplet: D0, 46 and AC. RGB value is (208,70,172). Sum of RGB (Red+Green+Blue) = 208+70+172=450 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.22% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 208 - color contains mainly: red. Hex color #D046AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D046AC is #2FB953. Grayscale: #7A7A7A. Windows color (decimal): -3127636 or 11290320. OLE color: 11290320.

HSL color Cylindrical-coordinate representation of color #D046AC: hue angle of 315.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D046AC is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 172 -
CMYK 0 0.66 0.17 0.18
HSL 315.65º 0.59% 0.55% -
HSV(B) 315.65º 0.66% 0.82% -
XYZ 35.65 20.77 41.16 -
YUV 122.89 155.72 188.71 -
System Red Green Blue C M Y K H S L
Decimal 208 70 172 0 0.66 0.17 0.18 315.65 0.59 0.55
Hex D0 46 AC 0 42 11 12 13C 3B 37
Octal 320 106 254 0 102 21 22 474 73 67
Binary 11010000 1000110 10101100 0 1000010 10001 10010 100111100 111011 110111

Color Harmonies of #D046AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046AC

Black with #D046AC

Text Example


Text Example

White with #D046AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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