Html Css Color HEX #D05ACC Fuchsia

📋 copy color: '#D05ACC'

red 208 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #D05ACC

Tints of Fuchsia #D05ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 17.93%

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

R = 41.43%
G = 17.93%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D05ACC (or 0xD05ACC) is known color: Fuchsia. HEX triplet: D0, 5A and CC. RGB value is (208,90,204). Sum of RGB (Red+Green+Blue) = 208+90+204=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ACC is #2FA533. Grayscale: #898989. Windows color (decimal): -3122484 or 13392592. OLE color: 13392592.

HSL color Cylindrical-coordinate representation of color #D05ACC: hue angle of 302.03º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05ACC is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 90 204 -
CMYK 0 0.57 0.02 0.18
HSL 302.03º 0.56% 0.58% -
HSV(B) 302.03º 0.57% 0.82% -
XYZ 40.57 25.08 59.83 -
YUV 138.28 165.09 177.73 -
System Red Green Blue C M Y K H S L
Decimal 208 90 204 0 0.57 0.02 0.18 302.03 0.56 0.58
Hex D0 5A CC 0 39 2 12 12E 38 3A
Octal 320 132 314 0 71 2 22 456 70 72
Binary 11010000 1011010 11001100 0 111001 10 10010 100101110 111000 111010

Color Harmonies of #D05ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ACC

Black with #D05ACC

Text Example


Text Example

White with #D05ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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