Html Css Color HEX #D359AC Fuchsia

📋 copy color: '#D359AC'

red 211 ◦ green 89 ◦ blue 172

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

Shades of Fuchsia #D359AC

Tints of Fuchsia #D359AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 44.7%
G = 18.86%
B = 36.44%

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

#D359AC (or 0xD359AC) is known color: Fuchsia. HEX triplet: D3, 59 and AC. RGB value is (211,89,172). Sum of RGB (Red+Green+Blue) = 211+89+172=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D359AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D359AC is #2CA653. Grayscale: #868686. Windows color (decimal): -2926164 or 11295187. OLE color: 11295187.

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

Color convert

RGB 211 89 172 -
CMYK 0 0.58 0.18 0.17
HSL 319.18º 0.58% 0.59% -
HSV(B) 319.18º 0.58% 0.83% -
XYZ 37.88 23.97 41.66 -
YUV 134.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 211 89 172 0 0.58 0.18 0.17 319.18 0.58 0.59
Hex D3 59 AC 0 3A 12 11 13F 3A 3B
Octal 323 131 254 0 72 22 21 477 72 73
Binary 11010011 1011001 10101100 0 111010 10010 10001 100111111 111010 111011

Color Harmonies of #D359AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D359AC

Black with #D359AC

Text Example


Text Example

White with #D359AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D359AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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