Html Css Color HEX #D149AC Fuchsia

📋 copy color: '#D149AC'

red 209 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #D149AC

Tints of Fuchsia #D149AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.08%

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

R = 46.04%
G = 16.08%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D149AC (or 0xD149AC) is known color: Fuchsia. HEX triplet: D1, 49 and AC. RGB value is (209,73,172). Sum of RGB (Red+Green+Blue) = 209+73+172=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D149AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149AC is #2EB653. Grayscale: #7C7C7C. Windows color (decimal): -3061332 or 11291089. OLE color: 11291089.

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

Color convert

RGB 209 73 172 -
CMYK 0 0.65 0.18 0.18
HSL 316.32º 0.6% 0.55% -
HSV(B) 316.32º 0.65% 0.82% -
XYZ 36.12 21.3 41.24 -
YUV 124.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 209 73 172 0 0.65 0.18 0.18 316.32 0.6 0.55
Hex D1 49 AC 0 41 12 12 13C 3C 37
Octal 321 111 254 0 101 22 22 474 74 67
Binary 11010001 1001001 10101100 0 1000001 10010 10010 100111100 111100 110111

Color Harmonies of #D149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149AC

Black with #D149AC

Text Example


Text Example

White with #D149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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