Html Css Color HEX #D941AF Fuchsia

📋 copy color: '#D941AF'

red 217 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #D941AF

Tints of Fuchsia #D941AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.22%

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

R = 47.48%
G = 14.22%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D941AF (or 0xD941AF) is known color: Fuchsia. HEX triplet: D9, 41 and AF. RGB value is (217,65,175). Sum of RGB (Red+Green+Blue) = 217+65+175=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D941AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D941AF is #26BE50. Grayscale: #7A7A7A. Windows color (decimal): -2539089 or 11485657. OLE color: 11485657.

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

Color convert

RGB 217 65 175 -
CMYK 0 0.70 0.19 0.15
HSL 316.58º 0.67% 0.55% -
HSV(B) 316.58º 0.7% 0.85% -
XYZ 38.24 21.63 42.72 -
YUV 122.99 157.36 195.06 -
System Red Green Blue C M Y K H S L
Decimal 217 65 175 0 0.70 0.19 0.15 316.58 0.67 0.55
Hex D9 41 AF 0 46 13 F 13D 43 37
Octal 331 101 257 0 106 23 17 475 103 67
Binary 11011001 1000001 10101111 0 1000110 10011 1111 100111101 1000011 110111

Color Harmonies of #D941AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D941AF

Black with #D941AF

Text Example


Text Example

White with #D941AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D941AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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