Html Css Color HEX #D947AF Fuchsia

📋 copy color: '#D947AF'

red 217 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #D947AF

Tints of Fuchsia #D947AF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

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

R = 46.87%
G = 15.33%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D947AF (or 0xD947AF) is known color: Fuchsia. HEX triplet: D9, 47 and AF. RGB value is (217,71,175). Sum of RGB (Red+Green+Blue) = 217+71+175=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D947AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D947AF is #26B850. Grayscale: #7E7E7E. Windows color (decimal): -2537553 or 11487193. OLE color: 11487193.

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

Color convert

RGB 217 71 175 -
CMYK 0 0.67 0.19 0.15
HSL 317.26º 0.66% 0.56% -
HSV(B) 317.26º 0.67% 0.85% -
XYZ 38.61 22.35 42.84 -
YUV 126.51 155.37 192.54 -
System Red Green Blue C M Y K H S L
Decimal 217 71 175 0 0.67 0.19 0.15 317.26 0.66 0.56
Hex D9 47 AF 0 43 13 F 13D 42 38
Octal 331 107 257 0 103 23 17 475 102 70
Binary 11011001 1000111 10101111 0 1000011 10011 1111 100111101 1000010 111000

Color Harmonies of #D947AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D947AF

Black with #D947AF

Text Example


Text Example

White with #D947AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D947AF; }

 p { color: rgb(217,71,175); }

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

background-color css

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

 a { background-color: rgb(217,71,175); }

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

border-color css

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

 span { border-color: rgb(217,71,175); }

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