Html Css Color HEX #D03FCE Fuchsia

📋 copy color: '#D03FCE'

red 208 ◦ green 63 ◦ blue 206

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

Shades of Fuchsia #D03FCE

Tints of Fuchsia #D03FCE

RGB

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

 GREEN value IS 63 (25% from 255) = 13.21%

 BLUE value IS 206 (80.86% from 255) = 43.19%

R = 43.61%
G = 13.21%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D03FCE (or 0xD03FCE) is known color: Fuchsia. HEX triplet: D0, 3F and CE. RGB value is (208,63,206). Sum of RGB (Red+Green+Blue) = 208+63+206=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FCE is #2FC031. Grayscale: #7A7A7A. Windows color (decimal): -3129394 or 13516752. OLE color: 13516752.

HSL color Cylindrical-coordinate representation of color #D03FCE: hue angle of 300.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D03FCE is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 206 -
CMYK 0 0.70 0.01 0.18
HSL 300.83º 0.61% 0.53% -
HSV(B) 300.83º 0.7% 0.82% -
XYZ 38.93 21.42 60.48 -
YUV 122.66 175.04 188.87 -
System Red Green Blue C M Y K H S L
Decimal 208 63 206 0 0.70 0.01 0.18 300.83 0.61 0.53
Hex D0 3F CE 0 46 1 12 12D 3D 35
Octal 320 77 316 0 106 1 22 455 75 65
Binary 11010000 111111 11001110 0 1000110 1 10010 100101101 111101 110101

Color Harmonies of #D03FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FCE

Black with #D03FCE

Text Example


Text Example

White with #D03FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FCE; }

 p { color: rgb(208,63,206); }

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

background-color css

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

 a { background-color: rgb(208,63,206); }

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

border-color css

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

 span { border-color: rgb(208,63,206); }

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