Html Css Color HEX #D034AF Fuchsia

📋 copy color: '#D034AF'

red 208 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #D034AF

Tints of Fuchsia #D034AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.23%

R = 47.82%
G = 11.95%
B = 40.23%

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

#D034AF (or 0xD034AF) is known color: Fuchsia. HEX triplet: D0, 34 and AF. RGB value is (208,52,175). Sum of RGB (Red+Green+Blue) = 208+52+175=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D034AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D034AF is #2FCB50. Grayscale: #707070. Windows color (decimal): -3132241 or 11482320. OLE color: 11482320.

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

Color convert

RGB 208 52 175 -
CMYK 0 0.75 0.16 0.18
HSL 312.69º 0.62% 0.51% -
HSV(B) 312.69º 0.75% 0.82% -
XYZ 34.98 18.96 42.37 -
YUV 112.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 208 52 175 0 0.75 0.16 0.18 312.69 0.62 0.51
Hex D0 34 AF 0 4B 10 12 139 3E 33
Octal 320 64 257 0 113 20 22 471 76 63
Binary 11010000 110100 10101111 0 1001011 10000 10010 100111001 111110 110011

Color Harmonies of #D034AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034AF

Black with #D034AF

Text Example


Text Example

White with #D034AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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