Html Css Color HEX #D031C5 Fuchsia

📋 copy color: '#D031C5'

red 208 ◦ green 49 ◦ blue 197

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

Shades of Fuchsia #D031C5

Tints of Fuchsia #D031C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 43.39%

R = 45.81%
G = 10.79%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D031C5 (or 0xD031C5) is known color: Fuchsia. HEX triplet: D0, 31 and C5. RGB value is (208,49,197). Sum of RGB (Red+Green+Blue) = 208+49+197=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 197 (77.34% from 255 or 43.39% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D031C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031C5 is #2FCE3A. Grayscale: #707070. Windows color (decimal): -3132987 or 12923344. OLE color: 12923344.

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

Color convert

RGB 208 49 197 -
CMYK 0 0.76 0.05 0.18
HSL 304.15º 0.63% 0.5% -
HSV(B) 304.15º 0.76% 0.82% -
XYZ 37.19 19.64 54.65 -
YUV 113.41 175.18 195.47 -
System Red Green Blue C M Y K H S L
Decimal 208 49 197 0 0.76 0.05 0.18 304.15 0.63 0.5
Hex D0 31 C5 0 4C 5 12 130 3F 32
Octal 320 61 305 0 114 5 22 460 77 62
Binary 11010000 110001 11000101 0 1001100 101 10010 100110000 111111 110010

Color Harmonies of #D031C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031C5

Black with #D031C5

Text Example


Text Example

White with #D031C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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