Html Css Color HEX #D03DC1 Fuchsia

📋 copy color: '#D03DC1'

red 208 ◦ green 61 ◦ blue 193

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

Shades of Fuchsia #D03DC1

Tints of Fuchsia #D03DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 45.02%
G = 13.2%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D03DC1 (or 0xD03DC1) is known color: Fuchsia. HEX triplet: D0, 3D and C1. RGB value is (208,61,193). Sum of RGB (Red+Green+Blue) = 208+61+193=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D03DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03DC1 is #2FC23E. Grayscale: #777777. Windows color (decimal): -3129919 or 12664272. OLE color: 12664272.

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

Color convert

RGB 208 61 193 -
CMYK 0 0.71 0.07 0.18
HSL 306.12º 0.61% 0.53% -
HSV(B) 306.12º 0.71% 0.82% -
XYZ 37.31 20.6 52.46 -
YUV 120 169.2 190.77 -
System Red Green Blue C M Y K H S L
Decimal 208 61 193 0 0.71 0.07 0.18 306.12 0.61 0.53
Hex D0 3D C1 0 47 7 12 132 3D 35
Octal 320 75 301 0 107 7 22 462 75 65
Binary 11010000 111101 11000001 0 1000111 111 10010 100110010 111101 110101

Color Harmonies of #D03DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03DC1

Black with #D03DC1

Text Example


Text Example

White with #D03DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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