Html Css Color HEX #D03AC8 Fuchsia

📋 copy color: '#D03AC8'

red 208 ◦ green 58 ◦ blue 200

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

Shades of Fuchsia #D03AC8

Tints of Fuchsia #D03AC8

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.45%

 BLUE value IS 200 (78.52% from 255) = 42.92%

R = 44.64%
G = 12.45%
B = 42.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D03AC8 (or 0xD03AC8) is known color: Fuchsia. HEX triplet: D0, 3A and C8. RGB value is (208,58,200). Sum of RGB (Red+Green+Blue) = 208+58+200=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 58 (23.05% from 255 or 12.45% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D03AC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03AC8 is #2FC537. Grayscale: #767676. Windows color (decimal): -3130680 or 13122256. OLE color: 13122256.

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

Color convert

RGB 208 58 200 -
CMYK 0 0.72 0.04 0.18
HSL 303.2º 0.61% 0.52% -
HSV(B) 303.2º 0.72% 0.82% -
XYZ 37.95 20.61 56.62 -
YUV 119.04 173.7 191.45 -
System Red Green Blue C M Y K H S L
Decimal 208 58 200 0 0.72 0.04 0.18 303.2 0.61 0.52
Hex D0 3A C8 0 48 4 12 12F 3D 34
Octal 320 72 310 0 110 4 22 457 75 64
Binary 11010000 111010 11001000 0 1001000 100 10010 100101111 111101 110100

Color Harmonies of #D03AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03AC8

Black with #D03AC8

Text Example


Text Example

White with #D03AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03AC8; }

 p { color: rgb(208,58,200); }

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

background-color css

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

 a { background-color: rgb(208,58,200); }

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

border-color css

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

 span { border-color: rgb(208,58,200); }

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