Html Css Color HEX #D05ACD Fuchsia

📋 copy color: '#D05ACD'

red 208 ◦ green 90 ◦ blue 205

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

Shades of Fuchsia #D05ACD

Tints of Fuchsia #D05ACD

RGB

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

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

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

R = 41.35%
G = 17.89%
B = 40.76%

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

#D05ACD (or 0xD05ACD) is known color: Fuchsia. HEX triplet: D0, 5A and CD. RGB value is (208,90,205). Sum of RGB (Red+Green+Blue) = 208+90+205=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D05ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05ACD is #2FA532. Grayscale: #8A8A8A. Windows color (decimal): -3122483 or 13458128. OLE color: 13458128.

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

Color convert

RGB 208 90 205 -
CMYK 0 0.57 0.01 0.18
HSL 301.53º 0.56% 0.58% -
HSV(B) 301.53º 0.57% 0.82% -
XYZ 40.69 25.13 60.46 -
YUV 138.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 208 90 205 0 0.57 0.01 0.18 301.53 0.56 0.58
Hex D0 5A CD 0 39 1 12 12E 38 3A
Octal 320 132 315 0 71 1 22 456 70 72
Binary 11010000 1011010 11001101 0 111001 1 10010 100101110 111000 111010

Color Harmonies of #D05ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05ACD

Black with #D05ACD

Text Example


Text Example

White with #D05ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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