Html Css Color HEX #D031AE Fuchsia

📋 copy color: '#D031AE'

red 208 ◦ green 49 ◦ blue 174

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

Shades of Fuchsia #D031AE

Tints of Fuchsia #D031AE

RGB

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

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

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

R = 48.26%
G = 11.37%
B = 40.37%

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

#D031AE (or 0xD031AE) is known color: Fuchsia. HEX triplet: D0, 31 and AE. RGB value is (208,49,174). Sum of RGB (Red+Green+Blue) = 208+49+174=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D031AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031AE is #2FCE51. Grayscale: #6E6E6E. Windows color (decimal): -3133010 or 11416016. OLE color: 11416016.

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

Color convert

RGB 208 49 174 -
CMYK 0 0.76 0.16 0.18
HSL 312.83º 0.63% 0.5% -
HSV(B) 312.83º 0.76% 0.82% -
XYZ 34.75 18.66 41.82 -
YUV 110.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 208 49 174 0 0.76 0.16 0.18 312.83 0.63 0.5
Hex D0 31 AE 0 4C 10 12 139 3F 32
Octal 320 61 256 0 114 20 22 471 77 62
Binary 11010000 110001 10101110 0 1001100 10000 10010 100111001 111111 110010

Color Harmonies of #D031AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031AE

Black with #D031AE

Text Example


Text Example

White with #D031AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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