Html Css Color HEX #D959AF Fuchsia

📋 copy color: '#D959AF'

red 217 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #D959AF

Tints of Fuchsia #D959AF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.5%

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

R = 45.11%
G = 18.5%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D959AF (or 0xD959AF) is known color: Fuchsia. HEX triplet: D9, 59 and AF. RGB value is (217,89,175). Sum of RGB (Red+Green+Blue) = 217+89+175=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 89 (35.16% from 255 or 18.50% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 217 - color contains mainly: red. Hex color #D959AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D959AF is #26A650. Grayscale: #888888. Windows color (decimal): -2532945 or 11491801. OLE color: 11491801.

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

Color convert

RGB 217 89 175 -
CMYK 0 0.59 0.19 0.15
HSL 319.69º 0.63% 0.6% -
HSV(B) 319.69º 0.59% 0.85% -
XYZ 39.93 24.99 43.28 -
YUV 137.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 217 89 175 0 0.59 0.19 0.15 319.69 0.63 0.6
Hex D9 59 AF 0 3B 13 F 140 3F 3C
Octal 331 131 257 0 73 23 17 500 77 74
Binary 11011001 1011001 10101111 0 111011 10011 1111 101000000 111111 111100

Color Harmonies of #D959AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D959AF

Black with #D959AF

Text Example


Text Example

White with #D959AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D959AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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