Html Css Color HEX #D659AE Fuchsia

📋 copy color: '#D659AE'

red 214 ◦ green 89 ◦ blue 174

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

Shades of Fuchsia #D659AE

Tints of Fuchsia #D659AE

RGB

 RED value IS 214 (83.98% from 255) = 44.86%

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

 BLUE value IS 174 (68.36% from 255) = 36.48%

R = 44.86%
G = 18.66%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D659AE (or 0xD659AE) is known color: Fuchsia. HEX triplet: D6, 59 and AE. RGB value is (214,89,174). Sum of RGB (Red+Green+Blue) = 214+89+174=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D659AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D659AE is #29A651. Grayscale: #878787. Windows color (decimal): -2729554 or 11426262. OLE color: 11426262.

HSL color Cylindrical-coordinate representation of color #D659AE: hue angle of 319.2º 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 #D659AE is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 89 174 -
CMYK 0 0.58 0.19 0.16
HSL 319.2º 0.6% 0.59% -
HSV(B) 319.2º 0.58% 0.84% -
XYZ 38.94 24.5 42.72 -
YUV 136.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 214 89 174 0 0.58 0.19 0.16 319.2 0.6 0.59
Hex D6 59 AE 0 3A 13 10 13F 3C 3B
Octal 326 131 256 0 72 23 20 477 74 73
Binary 11010110 1011001 10101110 0 111010 10011 10000 100111111 111100 111011

Color Harmonies of #D659AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D659AE

Black with #D659AE

Text Example


Text Example

White with #D659AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D659AE; }

 p { color: rgb(214,89,174); }

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

background-color css

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

 a { background-color: rgb(214,89,174); }

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

border-color css

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

 span { border-color: rgb(214,89,174); }

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