Html Css Color HEX #D035AF Fuchsia

📋 copy color: '#D035AF'

red 208 ◦ green 53 ◦ blue 175

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

Shades of Fuchsia #D035AF

Tints of Fuchsia #D035AF

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.16%

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

R = 47.71%
G = 12.16%
B = 40.14%

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

#D035AF (or 0xD035AF) is known color: Fuchsia. HEX triplet: D0, 35 and AF. RGB value is (208,53,175). Sum of RGB (Red+Green+Blue) = 208+53+175=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 53 (21.09% from 255 or 12.16% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D035AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D035AF is #2FCA50. Grayscale: #707070. Windows color (decimal): -3131985 or 11482576. OLE color: 11482576.

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

Color convert

RGB 208 53 175 -
CMYK 0 0.75 0.16 0.18
HSL 312.77º 0.62% 0.51% -
HSV(B) 312.77º 0.75% 0.82% -
XYZ 35.02 19.05 42.39 -
YUV 113.25 162.85 195.58 -
System Red Green Blue C M Y K H S L
Decimal 208 53 175 0 0.75 0.16 0.18 312.77 0.62 0.51
Hex D0 35 AF 0 4B 10 12 139 3E 33
Octal 320 65 257 0 113 20 22 471 76 63
Binary 11010000 110101 10101111 0 1001011 10000 10010 100111001 111110 110011

Color Harmonies of #D035AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D035AF

Black with #D035AF

Text Example


Text Example

White with #D035AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D035AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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