Html Css Color HEX #D150AC Fuchsia

📋 copy color: '#D150AC'

red 209 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #D150AC

Tints of Fuchsia #D150AC

RGB

 RED value IS 209 (82.03% from 255) = 45.34%

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

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

R = 45.34%
G = 17.35%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D150AC (or 0xD150AC) is known color: Fuchsia. HEX triplet: D1, 50 and AC. RGB value is (209,80,172). Sum of RGB (Red+Green+Blue) = 209+80+172=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D150AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D150AC is #2EAF53. Grayscale: #808080. Windows color (decimal): -3059540 or 11292881. OLE color: 11292881.

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

Color convert

RGB 209 80 172 -
CMYK 0 0.62 0.18 0.18
HSL 317.21º 0.58% 0.57% -
HSV(B) 317.21º 0.62% 0.82% -
XYZ 36.61 22.27 41.4 -
YUV 129.06 152.24 185.02 -
System Red Green Blue C M Y K H S L
Decimal 209 80 172 0 0.62 0.18 0.18 317.21 0.58 0.57
Hex D1 50 AC 0 3E 12 12 13D 3A 39
Octal 321 120 254 0 76 22 22 475 72 71
Binary 11010001 1010000 10101100 0 111110 10010 10010 100111101 111010 111001

Color Harmonies of #D150AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150AC

Black with #D150AC

Text Example


Text Example

White with #D150AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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