Html Css Color HEX #D031B5 Fuchsia

📋 copy color: '#D031B5'

red 208 ◦ green 49 ◦ blue 181

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

Shades of Fuchsia #D031B5

Tints of Fuchsia #D031B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.32%

R = 47.49%
G = 11.19%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D031B5 (or 0xD031B5) is known color: Fuchsia. HEX triplet: D0, 31 and B5. RGB value is (208,49,181). Sum of RGB (Red+Green+Blue) = 208+49+181=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 181 (71.09% from 255 or 41.32% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D031B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031B5 is #2FCE4A. Grayscale: #6F6F6F. Windows color (decimal): -3133003 or 11874768. OLE color: 11874768.

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

Color convert

RGB 208 49 181 -
CMYK 0 0.76 0.13 0.18
HSL 310.19º 0.63% 0.5% -
HSV(B) 310.19º 0.76% 0.82% -
XYZ 35.45 18.94 45.5 -
YUV 111.59 167.18 196.77 -
System Red Green Blue C M Y K H S L
Decimal 208 49 181 0 0.76 0.13 0.18 310.19 0.63 0.5
Hex D0 31 B5 0 4C D 12 136 3F 32
Octal 320 61 265 0 114 15 22 466 77 62
Binary 11010000 110001 10110101 0 1001100 1101 10010 100110110 111111 110010

Color Harmonies of #D031B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031B5

Black with #D031B5

Text Example


Text Example

White with #D031B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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