Html Css Color HEX #D03ACD Fuchsia

📋 copy color: '#D03ACD'

red 208 ◦ green 58 ◦ blue 205

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

Shades of Fuchsia #D03ACD

Tints of Fuchsia #D03ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.52%

R = 44.16%
G = 12.31%
B = 43.52%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D03ACD (or 0xD03ACD) is known color: Fuchsia. HEX triplet: D0, 3A and CD. RGB value is (208,58,205). Sum of RGB (Red+Green+Blue) = 208+58+205=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 58 (23.05% from 255 or 12.31% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D03ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03ACD is #2FC532. Grayscale: #777777. Windows color (decimal): -3130675 or 13449936. OLE color: 13449936.

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

Color convert

RGB 208 58 205 -
CMYK 0 0.72 0.01 0.18
HSL 301.2º 0.61% 0.52% -
HSV(B) 301.2º 0.72% 0.82% -
XYZ 38.54 20.84 59.75 -
YUV 119.61 176.2 191.05 -
System Red Green Blue C M Y K H S L
Decimal 208 58 205 0 0.72 0.01 0.18 301.2 0.61 0.52
Hex D0 3A CD 0 48 1 12 12D 3D 34
Octal 320 72 315 0 110 1 22 455 75 64
Binary 11010000 111010 11001101 0 1001000 1 10010 100101101 111101 110100

Color Harmonies of #D03ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03ACD

Black with #D03ACD

Text Example


Text Example

White with #D03ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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