Html Css Color HEX #D031CA Fuchsia

📋 copy color: '#D031CA'

red 208 ◦ green 49 ◦ blue 202

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

Shades of Fuchsia #D031CA

Tints of Fuchsia #D031CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.01%

R = 45.32%
G = 10.68%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D031CA (or 0xD031CA) is known color: Fuchsia. HEX triplet: D0, 31 and CA. RGB value is (208,49,202). Sum of RGB (Red+Green+Blue) = 208+49+202=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D031CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D031CA is #2FCE35. Grayscale: #717171. Windows color (decimal): -3132982 or 13251024. OLE color: 13251024.

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

Color convert

RGB 208 49 202 -
CMYK 0 0.76 0.03 0.18
HSL 302.26º 0.63% 0.5% -
HSV(B) 302.26º 0.76% 0.82% -
XYZ 37.77 19.87 57.72 -
YUV 113.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 208 49 202 0 0.76 0.03 0.18 302.26 0.63 0.5
Hex D0 31 CA 0 4C 3 12 12E 3F 32
Octal 320 61 312 0 114 3 22 456 77 62
Binary 11010000 110001 11001010 0 1001100 11 10010 100101110 111111 110010

Color Harmonies of #D031CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D031CA

Black with #D031CA

Text Example


Text Example

White with #D031CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D031CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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