Html Css Color HEX #D849AE Fuchsia

📋 copy color: '#D849AE'

red 216 ◦ green 73 ◦ blue 174

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

Shades of Fuchsia #D849AE

Tints of Fuchsia #D849AE

RGB

 RED value IS 216 (84.77% from 255) = 46.65%

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

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

R = 46.65%
G = 15.77%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D849AE (or 0xD849AE) is known color: Fuchsia. HEX triplet: D8, 49 and AE. RGB value is (216,73,174). Sum of RGB (Red+Green+Blue) = 216+73+174=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 73 (28.91% from 255 or 15.77% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D849AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D849AE is #27B651. Grayscale: #7F7F7F. Windows color (decimal): -2602578 or 11422168. OLE color: 11422168.

HSL color Cylindrical-coordinate representation of color #D849AE: hue angle of 317.62º 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 #D849AE is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 174 -
CMYK 0 0.66 0.19 0.15
HSL 317.62º 0.65% 0.57% -
HSV(B) 317.62º 0.66% 0.85% -
XYZ 38.34 22.42 42.35 -
YUV 127.27 154.38 191.29 -
System Red Green Blue C M Y K H S L
Decimal 216 73 174 0 0.66 0.19 0.15 317.62 0.65 0.57
Hex D8 49 AE 0 42 13 F 13E 41 39
Octal 330 111 256 0 102 23 17 476 101 71
Binary 11011000 1001001 10101110 0 1000010 10011 1111 100111110 1000001 111001

Color Harmonies of #D849AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849AE

Black with #D849AE

Text Example


Text Example

White with #D849AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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