Html Css Color HEX #D03ACC Fuchsia

📋 copy color: '#D03ACC'

red 208 ◦ green 58 ◦ blue 204

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

Shades of Fuchsia #D03ACC

Tints of Fuchsia #D03ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.4%

R = 44.26%
G = 12.34%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D03ACC (or 0xD03ACC) is known color: Fuchsia. HEX triplet: D0, 3A and CC. RGB value is (208,58,204). Sum of RGB (Red+Green+Blue) = 208+58+204=470 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.26% from 470); Green value is 58 (23.05% from 255 or 12.34% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ACC is #2FC533. Grayscale: #777777. Windows color (decimal): -3130676 or 13384400. OLE color: 13384400.

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

Color convert

RGB 208 58 204 -
CMYK 0 0.72 0.02 0.18
HSL 301.6º 0.61% 0.52% -
HSV(B) 301.6º 0.72% 0.82% -
XYZ 38.42 20.8 59.12 -
YUV 119.49 175.7 191.13 -
System Red Green Blue C M Y K H S L
Decimal 208 58 204 0 0.72 0.02 0.18 301.6 0.61 0.52
Hex D0 3A CC 0 48 2 12 12E 3D 34
Octal 320 72 314 0 110 2 22 456 75 64
Binary 11010000 111010 11001100 0 1001000 10 10010 100101110 111101 110100

Color Harmonies of #D03ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ACC

Black with #D03ACC

Text Example


Text Example

White with #D03ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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