Html Css Color HEX #D03DC5 Fuchsia

📋 copy color: '#D03DC5'

red 208 ◦ green 61 ◦ blue 197

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

Shades of Fuchsia #D03DC5

Tints of Fuchsia #D03DC5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.09%

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

R = 44.64%
G = 13.09%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D03DC5 (or 0xD03DC5) is known color: Fuchsia. HEX triplet: D0, 3D and C5. RGB value is (208,61,197). Sum of RGB (Red+Green+Blue) = 208+61+197=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DC5 is #2FC23A. Grayscale: #787878. Windows color (decimal): -3129915 or 12926416. OLE color: 12926416.

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

Color convert

RGB 208 61 197 -
CMYK 0 0.71 0.05 0.18
HSL 304.49º 0.61% 0.53% -
HSV(B) 304.49º 0.71% 0.82% -
XYZ 37.76 20.78 54.84 -
YUV 120.46 171.2 190.44 -
System Red Green Blue C M Y K H S L
Decimal 208 61 197 0 0.71 0.05 0.18 304.49 0.61 0.53
Hex D0 3D C5 0 47 5 12 130 3D 35
Octal 320 75 305 0 107 5 22 460 75 65
Binary 11010000 111101 11000101 0 1000111 101 10010 100110000 111101 110101

Color Harmonies of #D03DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DC5

Black with #D03DC5

Text Example


Text Example

White with #D03DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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