Html Css Color HEX #D031CC Fuchsia

📋 copy color: '#D031CC'

red 208 ◦ green 49 ◦ blue 204

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

Shades of Fuchsia #D031CC

Tints of Fuchsia #D031CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.25%

R = 45.12%
G = 10.63%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D031CC (or 0xD031CC) is known color: Fuchsia. HEX triplet: D0, 31 and CC. RGB value is (208,49,204). Sum of RGB (Red+Green+Blue) = 208+49+204=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D031CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031CC is #2FCE33. Grayscale: #717171. Windows color (decimal): -3132980 or 13382096. OLE color: 13382096.

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

Color convert

RGB 208 49 204 -
CMYK 0 0.76 0.02 0.18
HSL 301.51º 0.63% 0.5% -
HSV(B) 301.51º 0.76% 0.82% -
XYZ 38.01 19.97 58.98 -
YUV 114.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 208 49 204 0 0.76 0.02 0.18 301.51 0.63 0.5
Hex D0 31 CC 0 4C 2 12 12E 3F 32
Octal 320 61 314 0 114 2 22 456 77 62
Binary 11010000 110001 11001100 0 1001100 10 10010 100101110 111111 110010

Color Harmonies of #D031CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031CC

Black with #D031CC

Text Example


Text Example

White with #D031CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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