Html Css Color HEX #D055AD Fuchsia

📋 copy color: '#D055AD'

red 208 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #D055AD

Tints of Fuchsia #D055AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.24%

 BLUE value IS 173 (67.97% from 255) = 37.12%

R = 44.64%
G = 18.24%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D055AD (or 0xD055AD) is known color: Fuchsia. HEX triplet: D0, 55 and AD. RGB value is (208,85,173). Sum of RGB (Red+Green+Blue) = 208+85+173=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 85 (33.59% from 255 or 18.24% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D055AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D055AD is #2FAA52. Grayscale: #838383. Windows color (decimal): -3123795 or 11359696. OLE color: 11359696.

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

Color convert

RGB 208 85 173 -
CMYK 0 0.59 0.17 0.18
HSL 317.07º 0.57% 0.57% -
HSV(B) 317.07º 0.59% 0.82% -
XYZ 36.8 22.92 42.02 -
YUV 131.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 208 85 173 0 0.59 0.17 0.18 317.07 0.57 0.57
Hex D0 55 AD 0 3B 11 12 13D 39 39
Octal 320 125 255 0 73 21 22 475 71 71
Binary 11010000 1010101 10101101 0 111011 10001 10010 100111101 111001 111001

Color Harmonies of #D055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055AD

Black with #D055AD

Text Example


Text Example

White with #D055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055AD; }

 p { color: rgb(208,85,173); }

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

background-color css

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

 a { background-color: rgb(208,85,173); }

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

border-color css

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

 span { border-color: rgb(208,85,173); }

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