Html Css Color HEX #D03FC0 Fuchsia

📋 copy color: '#D03FC0'

red 208 ◦ green 63 ◦ blue 192

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

Shades of Fuchsia #D03FC0

Tints of Fuchsia #D03FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.47%

R = 44.92%
G = 13.61%
B = 41.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D03FC0 (or 0xD03FC0) is known color: Fuchsia. HEX triplet: D0, 3F and C0. RGB value is (208,63,192). Sum of RGB (Red+Green+Blue) = 208+63+192=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FC0 is #2FC03F. Grayscale: #787878. Windows color (decimal): -3129408 or 12599248. OLE color: 12599248.

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

Color convert

RGB 208 63 192 -
CMYK 0 0.70 0.08 0.18
HSL 306.62º 0.61% 0.53% -
HSV(B) 306.62º 0.7% 0.82% -
XYZ 37.3 20.77 51.91 -
YUV 121.06 168.04 190.01 -
System Red Green Blue C M Y K H S L
Decimal 208 63 192 0 0.70 0.08 0.18 306.62 0.61 0.53
Hex D0 3F C0 0 46 8 12 133 3D 35
Octal 320 77 300 0 106 10 22 463 75 65
Binary 11010000 111111 11000000 0 1000110 1000 10010 100110011 111101 110101

Color Harmonies of #D03FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FC0

Black with #D03FC0

Text Example


Text Example

White with #D03FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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