Html Css Color HEX #D957AF Fuchsia

📋 copy color: '#D957AF'

red 217 ◦ green 87 ◦ blue 175

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

Shades of Fuchsia #D957AF

Tints of Fuchsia #D957AF

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.16%

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

R = 45.3%
G = 18.16%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D957AF (or 0xD957AF) is known color: Fuchsia. HEX triplet: D9, 57 and AF. RGB value is (217,87,175). Sum of RGB (Red+Green+Blue) = 217+87+175=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 87 (34.38% from 255 or 18.16% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D957AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D957AF is #26A850. Grayscale: #878787. Windows color (decimal): -2533457 or 11491289. OLE color: 11491289.

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

Color convert

RGB 217 87 175 -
CMYK 0 0.60 0.19 0.15
HSL 319.38º 0.63% 0.6% -
HSV(B) 319.38º 0.6% 0.85% -
XYZ 39.76 24.66 43.22 -
YUV 135.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 217 87 175 0 0.60 0.19 0.15 319.38 0.63 0.6
Hex D9 57 AF 0 3C 13 F 13F 3F 3C
Octal 331 127 257 0 74 23 17 477 77 74
Binary 11011001 1010111 10101111 0 111100 10011 1111 100111111 111111 111100

Color Harmonies of #D957AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D957AF

Black with #D957AF

Text Example


Text Example

White with #D957AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D957AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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