Html Css Color HEX #D946AF Fuchsia

📋 copy color: '#D946AF'

red 217 ◦ green 70 ◦ blue 175

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

Shades of Fuchsia #D946AF

Tints of Fuchsia #D946AF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.15%

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

R = 46.97%
G = 15.15%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D946AF (or 0xD946AF) is known color: Fuchsia. HEX triplet: D9, 46 and AF. RGB value is (217,70,175). Sum of RGB (Red+Green+Blue) = 217+70+175=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 70 (27.73% from 255 or 15.15% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D946AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D946AF is #26B950. Grayscale: #7D7D7D. Windows color (decimal): -2537809 or 11486937. OLE color: 11486937.

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

Color convert

RGB 217 70 175 -
CMYK 0 0.68 0.19 0.15
HSL 317.14º 0.66% 0.56% -
HSV(B) 317.14º 0.68% 0.85% -
XYZ 38.54 22.23 42.82 -
YUV 125.92 155.7 192.96 -
System Red Green Blue C M Y K H S L
Decimal 217 70 175 0 0.68 0.19 0.15 317.14 0.66 0.56
Hex D9 46 AF 0 44 13 F 13D 42 38
Octal 331 106 257 0 104 23 17 475 102 70
Binary 11011001 1000110 10101111 0 1000100 10011 1111 100111101 1000010 111000

Color Harmonies of #D946AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946AF

Black with #D946AF

Text Example


Text Example

White with #D946AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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