Html Css Color HEX #D949AE Fuchsia

📋 copy color: '#D949AE'

red 217 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #D949AE

Tints of Fuchsia #D949AE

RGB

 RED value IS 217 (85.16% from 255) = 46.77%

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 46.77%
G = 15.73%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D949AE (or 0xD949AE) is known color: Fuchsia. HEX triplet: D9, 49 and AE. RGB value is (217,73,174). Sum of RGB (Red+Green+Blue) = 217+73+174=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D949AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D949AE is #26B651. Grayscale: #7F7F7F. Windows color (decimal): -2537042 or 11422169. OLE color: 11422169.

HSL color Cylindrical-coordinate representation of color #D949AE: hue angle of 317.92º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D949AE is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 73 174 -
CMYK 0 0.66 0.20 0.15
HSL 317.92º 0.65% 0.57% -
HSV(B) 317.92º 0.66% 0.85% -
XYZ 38.64 22.57 42.36 -
YUV 127.57 154.21 191.79 -
System Red Green Blue C M Y K H S L
Decimal 217 73 174 0 0.66 0.20 0.15 317.92 0.65 0.57
Hex D9 49 AE 0 42 14 F 13E 41 39
Octal 331 111 256 0 102 24 17 476 101 71
Binary 11011001 1001001 10101110 0 1000010 10100 1111 100111110 1000001 111001

Color Harmonies of #D949AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D949AE

Black with #D949AE

Text Example


Text Example

White with #D949AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D949AE; }

 p { color: rgb(217,73,174); }

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

background-color css

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

 a { background-color: rgb(217,73,174); }

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

border-color css

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

 span { border-color: rgb(217,73,174); }

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