Html Css Color HEX #D03EC6 Fuchsia

📋 copy color: '#D03EC6'

red 208 ◦ green 62 ◦ blue 198

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

Shades of Fuchsia #D03EC6

Tints of Fuchsia #D03EC6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.25%

 BLUE value IS 198 (77.73% from 255) = 42.31%

R = 44.44%
G = 13.25%
B = 42.31%

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

#D03EC6 (or 0xD03EC6) is known color: Fuchsia. HEX triplet: D0, 3E and C6. RGB value is (208,62,198). Sum of RGB (Red+Green+Blue) = 208+62+198=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 62 (24.61% from 255 or 13.25% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D03EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03EC6 is #2FC139. Grayscale: #787878. Windows color (decimal): -3129658 or 12992208. OLE color: 12992208.

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

Color convert

RGB 208 62 198 -
CMYK 0 0.70 0.05 0.18
HSL 304.11º 0.61% 0.53% -
HSV(B) 304.11º 0.7% 0.82% -
XYZ 37.93 20.93 55.47 -
YUV 121.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 208 62 198 0 0.70 0.05 0.18 304.11 0.61 0.53
Hex D0 3E C6 0 46 5 12 130 3D 35
Octal 320 76 306 0 106 5 22 460 75 65
Binary 11010000 111110 11000110 0 1000110 101 10010 100110000 111101 110101

Color Harmonies of #D03EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03EC6

Black with #D03EC6

Text Example


Text Example

White with #D03EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03EC6; }

 p { color: rgb(208,62,198); }

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

background-color css

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

 a { background-color: rgb(208,62,198); }

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

border-color css

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

 span { border-color: rgb(208,62,198); }

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