Html Css Color HEX #D146AC Fuchsia

📋 copy color: '#D146AC'

red 209 ◦ green 70 ◦ blue 172

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

Shades of Fuchsia #D146AC

Tints of Fuchsia #D146AC

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

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

R = 46.34%
G = 15.52%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D146AC (or 0xD146AC) is known color: Fuchsia. HEX triplet: D1, 46 and AC. RGB value is (209,70,172). Sum of RGB (Red+Green+Blue) = 209+70+172=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D146AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D146AC is #2EB953. Grayscale: #7A7A7A. Windows color (decimal): -3062100 or 11290321. OLE color: 11290321.

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

Color convert

RGB 209 70 172 -
CMYK 0 0.67 0.18 0.18
HSL 315.97º 0.6% 0.55% -
HSV(B) 315.97º 0.67% 0.82% -
XYZ 35.93 20.91 41.17 -
YUV 123.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 209 70 172 0 0.67 0.18 0.18 315.97 0.6 0.55
Hex D1 46 AC 0 43 12 12 13C 3C 37
Octal 321 106 254 0 103 22 22 474 74 67
Binary 11010001 1000110 10101100 0 1000011 10010 10010 100111100 111100 110111

Color Harmonies of #D146AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146AC

Black with #D146AC

Text Example


Text Example

White with #D146AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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