Html Css Color HEX #D052AC Fuchsia

📋 copy color: '#D052AC'

red 208 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #D052AC

Tints of Fuchsia #D052AC

RGB

 RED value IS 208 (81.64% from 255) = 45.02%

 GREEN value IS 82 (32.42% from 255) = 17.75%

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

R = 45.02%
G = 17.75%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D052AC (or 0xD052AC) is known color: Fuchsia. HEX triplet: D0, 52 and AC. RGB value is (208,82,172). Sum of RGB (Red+Green+Blue) = 208+82+172=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D052AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052AC is #2FAD53. Grayscale: #818181. Windows color (decimal): -3124564 or 11293392. OLE color: 11293392.

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

Color convert

RGB 208 82 172 -
CMYK 0 0.61 0.17 0.18
HSL 317.14º 0.57% 0.57% -
HSV(B) 317.14º 0.61% 0.82% -
XYZ 36.48 22.42 41.44 -
YUV 129.93 151.74 183.68 -
System Red Green Blue C M Y K H S L
Decimal 208 82 172 0 0.61 0.17 0.18 317.14 0.57 0.57
Hex D0 52 AC 0 3D 11 12 13D 39 39
Octal 320 122 254 0 75 21 22 475 71 71
Binary 11010000 1010010 10101100 0 111101 10001 10010 100111101 111001 111001

Color Harmonies of #D052AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052AC

Black with #D052AC

Text Example


Text Example

White with #D052AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052AC; }

 p { color: rgb(208,82,172); }

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

background-color css

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

 a { background-color: rgb(208,82,172); }

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

border-color css

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

 span { border-color: rgb(208,82,172); }

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