Html Css Color HEX #D849AF Fuchsia

📋 copy color: '#D849AF'

red 216 ◦ green 73 ◦ blue 175

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

Shades of Fuchsia #D849AF

Tints of Fuchsia #D849AF

RGB

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

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

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

R = 46.55%
G = 15.73%
B = 37.72%

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

#D849AF (or 0xD849AF) is known color: Fuchsia. HEX triplet: D8, 49 and AF. RGB value is (216,73,175). Sum of RGB (Red+Green+Blue) = 216+73+175=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D849AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D849AF is #27B650. Grayscale: #7F7F7F. Windows color (decimal): -2602577 or 11487704. OLE color: 11487704.

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

Color convert

RGB 216 73 175 -
CMYK 0 0.66 0.19 0.15
HSL 317.2º 0.65% 0.57% -
HSV(B) 317.2º 0.66% 0.85% -
XYZ 38.44 22.46 42.87 -
YUV 127.39 154.88 191.21 -
System Red Green Blue C M Y K H S L
Decimal 216 73 175 0 0.66 0.19 0.15 317.2 0.65 0.57
Hex D8 49 AF 0 42 13 F 13D 41 39
Octal 330 111 257 0 102 23 17 475 101 71
Binary 11011000 1001001 10101111 0 1000010 10011 1111 100111101 1000001 111001

Color Harmonies of #D849AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D849AF

Black with #D849AF

Text Example


Text Example

White with #D849AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D849AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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