Html Css Color HEX #D359AE Fuchsia

📋 copy color: '#D359AE'

red 211 ◦ green 89 ◦ blue 174

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

Shades of Fuchsia #D359AE

Tints of Fuchsia #D359AE

RGB

 RED value IS 211 (82.81% from 255) = 44.51%

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

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

R = 44.51%
G = 18.78%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D359AE (or 0xD359AE) is known color: Fuchsia. HEX triplet: D3, 59 and AE. RGB value is (211,89,174). Sum of RGB (Red+Green+Blue) = 211+89+174=474 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.51% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 174 (68.36% from 255 or 36.71% from 474); Max value from RGB is 211 - color contains mainly: red. Hex color #D359AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D359AE is #2CA651. Grayscale: #868686. Windows color (decimal): -2926162 or 11426259. OLE color: 11426259.

HSL color Cylindrical-coordinate representation of color #D359AE: hue angle of 318.2º degrees, saturation: 0.58, 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 #D359AE is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 174 -
CMYK 0 0.58 0.18 0.17
HSL 318.2º 0.58% 0.59% -
HSV(B) 318.2º 0.58% 0.83% -
XYZ 38.08 24.05 42.68 -
YUV 135.17 149.92 182.09 -
System Red Green Blue C M Y K H S L
Decimal 211 89 174 0 0.58 0.18 0.17 318.2 0.58 0.59
Hex D3 59 AE 0 3A 12 11 13E 3A 3B
Octal 323 131 256 0 72 22 21 476 72 73
Binary 11010011 1011001 10101110 0 111010 10010 10001 100111110 111010 111011

Color Harmonies of #D359AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359AE

Black with #D359AE

Text Example


Text Example

White with #D359AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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