Html Css Color HEX #D559AF Fuchsia

📋 copy color: '#D559AF'

red 213 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #D559AF

Tints of Fuchsia #D559AF

RGB

 RED value IS 213 (83.59% from 255) = 44.65%

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

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

R = 44.65%
G = 18.66%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D559AF (or 0xD559AF) is known color: Fuchsia. HEX triplet: D5, 59 and AF. RGB value is (213,89,175). Sum of RGB (Red+Green+Blue) = 213+89+175=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D559AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D559AF is #2AA650. Grayscale: #878787. Windows color (decimal): -2795089 or 11491797. OLE color: 11491797.

HSL color Cylindrical-coordinate representation of color #D559AF: hue angle of 318.39º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D559AF is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 89 175 -
CMYK 0 0.58 0.18 0.16
HSL 318.39º 0.6% 0.59% -
HSV(B) 318.39º 0.58% 0.84% -
XYZ 38.75 24.39 43.22 -
YUV 135.88 150.08 183.01 -
System Red Green Blue C M Y K H S L
Decimal 213 89 175 0 0.58 0.18 0.16 318.39 0.6 0.59
Hex D5 59 AF 0 3A 12 10 13E 3C 3B
Octal 325 131 257 0 72 22 20 476 74 73
Binary 11010101 1011001 10101111 0 111010 10010 10000 100111110 111100 111011

Color Harmonies of #D559AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D559AF

Black with #D559AF

Text Example


Text Example

White with #D559AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D559AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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