Html Css Color HEX #D350AC Fuchsia

📋 copy color: '#D350AC'

red 211 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #D350AC

Tints of Fuchsia #D350AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 45.57%
G = 17.28%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D350AC (or 0xD350AC) is known color: Fuchsia. HEX triplet: D3, 50 and AC. RGB value is (211,80,172). Sum of RGB (Red+Green+Blue) = 211+80+172=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D350AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D350AC is #2CAF53. Grayscale: #818181. Windows color (decimal): -2928468 or 11292883. OLE color: 11292883.

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

Color convert

RGB 211 80 172 -
CMYK 0 0.62 0.18 0.17
HSL 317.86º 0.6% 0.57% -
HSV(B) 317.86º 0.62% 0.83% -
XYZ 37.18 22.56 41.43 -
YUV 129.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 211 80 172 0 0.62 0.18 0.17 317.86 0.6 0.57
Hex D3 50 AC 0 3E 12 11 13E 3C 39
Octal 323 120 254 0 76 22 21 476 74 71
Binary 11010011 1010000 10101100 0 111110 10010 10001 100111110 111100 111001

Color Harmonies of #D350AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350AC

Black with #D350AC

Text Example


Text Example

White with #D350AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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