Html Css Color HEX #D034AE Fuchsia

📋 copy color: '#D034AE'

red 208 ◦ green 52 ◦ blue 174

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

Shades of Fuchsia #D034AE

Tints of Fuchsia #D034AE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 47.93%
G = 11.98%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D034AE (or 0xD034AE) is known color: Fuchsia. HEX triplet: D0, 34 and AE. RGB value is (208,52,174). Sum of RGB (Red+Green+Blue) = 208+52+174=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D034AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034AE is #2FCB51. Grayscale: #707070. Windows color (decimal): -3132242 or 11416784. OLE color: 11416784.

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

Color convert

RGB 208 52 174 -
CMYK 0 0.75 0.16 0.18
HSL 313.08º 0.62% 0.51% -
HSV(B) 313.08º 0.75% 0.82% -
XYZ 34.88 18.92 41.86 -
YUV 112.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 208 52 174 0 0.75 0.16 0.18 313.08 0.62 0.51
Hex D0 34 AE 0 4B 10 12 139 3E 33
Octal 320 64 256 0 113 20 22 471 76 63
Binary 11010000 110100 10101110 0 1001011 10000 10010 100111001 111110 110011

Color Harmonies of #D034AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034AE

Black with #D034AE

Text Example


Text Example

White with #D034AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034AE; }

 p { color: rgb(208,52,174); }

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

background-color css

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

 a { background-color: rgb(208,52,174); }

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

border-color css

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

 span { border-color: rgb(208,52,174); }

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