Html Css Color HEX #D031AF Fuchsia

📋 copy color: '#D031AF'

red 208 ◦ green 49 ◦ blue 175

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

Shades of Fuchsia #D031AF

Tints of Fuchsia #D031AF

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.34%

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

R = 48.15%
G = 11.34%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D031AF (or 0xD031AF) is known color: Fuchsia. HEX triplet: D0, 31 and AF. RGB value is (208,49,175). Sum of RGB (Red+Green+Blue) = 208+49+175=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D031AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031AF is #2FCE50. Grayscale: #6E6E6E. Windows color (decimal): -3133009 or 11481552. OLE color: 11481552.

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

Color convert

RGB 208 49 175 -
CMYK 0 0.76 0.16 0.18
HSL 312.45º 0.63% 0.5% -
HSV(B) 312.45º 0.76% 0.82% -
XYZ 34.85 18.7 42.33 -
YUV 110.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 208 49 175 0 0.76 0.16 0.18 312.45 0.63 0.5
Hex D0 31 AF 0 4C 10 12 138 3F 32
Octal 320 61 257 0 114 20 22 470 77 62
Binary 11010000 110001 10101111 0 1001100 10000 10010 100111000 111111 110010

Color Harmonies of #D031AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031AF

Black with #D031AF

Text Example


Text Example

White with #D031AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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