Html Css Color HEX #D031B2 Fuchsia

📋 copy color: '#D031B2'

red 208 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #D031B2

Tints of Fuchsia #D031B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.92%

R = 47.82%
G = 11.26%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D031B2 (or 0xD031B2) is known color: Fuchsia. HEX triplet: D0, 31 and B2. RGB value is (208,49,178). Sum of RGB (Red+Green+Blue) = 208+49+178=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D031B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D031B2 is #2FCE4D. Grayscale: #6E6E6E. Windows color (decimal): -3133006 or 11678160. OLE color: 11678160.

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

Color convert

RGB 208 49 178 -
CMYK 0 0.76 0.14 0.18
HSL 311.32º 0.63% 0.5% -
HSV(B) 311.32º 0.76% 0.82% -
XYZ 35.15 18.82 43.9 -
YUV 111.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 208 49 178 0 0.76 0.14 0.18 311.32 0.63 0.5
Hex D0 31 B2 0 4C E 12 137 3F 32
Octal 320 61 262 0 114 16 22 467 77 62
Binary 11010000 110001 10110010 0 1001100 1110 10010 100110111 111111 110010

Color Harmonies of #D031B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031B2

Black with #D031B2

Text Example


Text Example

White with #D031B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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