Html Css Color HEX #D05ACE Fuchsia

📋 copy color: '#D05ACE'

red 208 ◦ green 90 ◦ blue 206

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

Shades of Fuchsia #D05ACE

Tints of Fuchsia #D05ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 41.27%
G = 17.86%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D05ACE (or 0xD05ACE) is known color: Fuchsia. HEX triplet: D0, 5A and CE. RGB value is (208,90,206). Sum of RGB (Red+Green+Blue) = 208+90+206=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 90 (35.55% from 255 or 17.86% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ACE is #2FA531. Grayscale: #8A8A8A. Windows color (decimal): -3122482 or 13523664. OLE color: 13523664.

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

Color convert

RGB 208 90 206 -
CMYK 0 0.57 0.01 0.18
HSL 301.02º 0.56% 0.58% -
HSV(B) 301.02º 0.57% 0.82% -
XYZ 40.81 25.18 61.1 -
YUV 138.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 208 90 206 0 0.57 0.01 0.18 301.02 0.56 0.58
Hex D0 5A CE 0 39 1 12 12D 38 3A
Octal 320 132 316 0 71 1 22 455 70 72
Binary 11010000 1011010 11001110 0 111001 1 10010 100101101 111000 111010

Color Harmonies of #D05ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ACE

Black with #D05ACE

Text Example


Text Example

White with #D05ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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