Html Css Color HEX #D149AF Fuchsia

📋 copy color: '#D149AF'

red 209 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D149AF

Tints of Fuchsia #D149AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.29%

R = 45.73%
G = 15.97%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D149AF (or 0xD149AF) is known color: Fuchsia. HEX triplet: D1, 49 and AF. RGB value is (209,73,175). Sum of RGB (Red+Green+Blue) = 209+73+175=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D149AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D149AF is #2EB650. Grayscale: #7D7D7D. Windows color (decimal): -3061329 or 11487697. OLE color: 11487697.

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

Color convert

RGB 209 73 175 -
CMYK 0 0.65 0.16 0.18
HSL 315º 0.6% 0.55% -
HSV(B) 315º 0.65% 0.82% -
XYZ 36.41 21.42 42.77 -
YUV 125.29 156.06 187.71 -
System Red Green Blue C M Y K H S L
Decimal 209 73 175 0 0.65 0.16 0.18 315 0.6 0.55
Hex D1 49 AF 0 41 10 12 13B 3C 37
Octal 321 111 257 0 101 20 22 473 74 67
Binary 11010001 1001001 10101111 0 1000001 10000 10010 100111011 111100 110111

Color Harmonies of #D149AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D149AF

Black with #D149AF

Text Example


Text Example

White with #D149AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D149AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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