Html Css Color HEX #D954AF Fuchsia

📋 copy color: '#D954AF'

red 217 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #D954AF

Tints of Fuchsia #D954AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.65%

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

R = 45.59%
G = 17.65%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D954AF (or 0xD954AF) is known color: Fuchsia. HEX triplet: D9, 54 and AF. RGB value is (217,84,175). Sum of RGB (Red+Green+Blue) = 217+84+175=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 84 (33.20% from 255 or 17.65% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D954AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D954AF is #26AB50. Grayscale: #858585. Windows color (decimal): -2534225 or 11490521. OLE color: 11490521.

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

Color convert

RGB 217 84 175 -
CMYK 0 0.61 0.19 0.15
HSL 318.95º 0.64% 0.59% -
HSV(B) 318.95º 0.61% 0.85% -
XYZ 39.52 24.19 43.14 -
YUV 134.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 217 84 175 0 0.61 0.19 0.15 318.95 0.64 0.59
Hex D9 54 AF 0 3D 13 F 13F 40 3B
Octal 331 124 257 0 75 23 17 477 100 73
Binary 11011001 1010100 10101111 0 111101 10011 1111 100111111 1000000 111011

Color Harmonies of #D954AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D954AF

Black with #D954AF

Text Example


Text Example

White with #D954AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D954AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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