Html Css Color HEX #D03FC5 Fuchsia

📋 copy color: '#D03FC5'

red 208 ◦ green 63 ◦ blue 197

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

Shades of Fuchsia #D03FC5

Tints of Fuchsia #D03FC5

RGB

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

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

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

R = 44.44%
G = 13.46%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D03FC5 (or 0xD03FC5) is known color: Fuchsia. HEX triplet: D0, 3F and C5. RGB value is (208,63,197). Sum of RGB (Red+Green+Blue) = 208+63+197=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 63 (25% from 255 or 13.46% from 468); Blue value is 197 (77.34% from 255 or 42.09% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D03FC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03FC5 is #2FC03A. Grayscale: #797979. Windows color (decimal): -3129403 or 12926928. OLE color: 12926928.

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

Color convert

RGB 208 63 197 -
CMYK 0 0.70 0.05 0.18
HSL 304.55º 0.61% 0.53% -
HSV(B) 304.55º 0.7% 0.82% -
XYZ 37.87 21 54.88 -
YUV 121.63 170.54 189.6 -
System Red Green Blue C M Y K H S L
Decimal 208 63 197 0 0.70 0.05 0.18 304.55 0.61 0.53
Hex D0 3F C5 0 46 5 12 131 3D 35
Octal 320 77 305 0 106 5 22 461 75 65
Binary 11010000 111111 11000101 0 1000110 101 10010 100110001 111101 110101

Color Harmonies of #D03FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03FC5

Black with #D03FC5

Text Example


Text Example

White with #D03FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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