Html Css Color HEX #D459AF Fuchsia

📋 copy color: '#D459AF'

red 212 ◦ green 89 ◦ blue 175

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

Shades of Fuchsia #D459AF

Tints of Fuchsia #D459AF

RGB

 RED value IS 212 (83.2% from 255) = 44.54%

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

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

R = 44.54%
G = 18.7%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D459AF (or 0xD459AF) is known color: Fuchsia. HEX triplet: D4, 59 and AF. RGB value is (212,89,175). Sum of RGB (Red+Green+Blue) = 212+89+175=476 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.54% from 476); Green value is 89 (35.16% from 255 or 18.70% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 212 - color contains mainly: red. Hex color #D459AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D459AF is #2BA650. Grayscale: #878787. Windows color (decimal): -2860625 or 11491796. OLE color: 11491796.

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

Color convert

RGB 212 89 175 -
CMYK 0 0.58 0.17 0.17
HSL 318.05º 0.59% 0.59% -
HSV(B) 318.05º 0.58% 0.83% -
XYZ 38.46 24.24 43.21 -
YUV 135.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 212 89 175 0 0.58 0.17 0.17 318.05 0.59 0.59
Hex D4 59 AF 0 3A 11 11 13E 3B 3B
Octal 324 131 257 0 72 21 21 476 73 73
Binary 11010100 1011001 10101111 0 111010 10001 10001 100111110 111011 111011

Color Harmonies of #D459AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D459AF

Black with #D459AF

Text Example


Text Example

White with #D459AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D459AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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