Html Css Color HEX #D05DAD Fuchsia

📋 copy color: '#D05DAD'

red 208 ◦ green 93 ◦ blue 173

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

Shades of Fuchsia #D05DAD

Tints of Fuchsia #D05DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.62%

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

R = 43.88%
G = 19.62%
B = 36.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D05DAD (or 0xD05DAD) is known color: Fuchsia. HEX triplet: D0, 5D and AD. RGB value is (208,93,173). Sum of RGB (Red+Green+Blue) = 208+93+173=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 173 (67.97% from 255 or 36.50% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D05DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05DAD is #2FA252. Grayscale: #888888. Windows color (decimal): -3121747 or 11361744. OLE color: 11361744.

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

Color convert

RGB 208 93 173 -
CMYK 0 0.55 0.17 0.18
HSL 318.26º 0.55% 0.59% -
HSV(B) 318.26º 0.55% 0.82% -
XYZ 37.47 24.26 42.24 -
YUV 136.51 148.6 179 -
System Red Green Blue C M Y K H S L
Decimal 208 93 173 0 0.55 0.17 0.18 318.26 0.55 0.59
Hex D0 5D AD 0 37 11 12 13E 37 3B
Octal 320 135 255 0 67 21 22 476 67 73
Binary 11010000 1011101 10101101 0 110111 10001 10010 100111110 110111 111011

Color Harmonies of #D05DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05DAD

Black with #D05DAD

Text Example


Text Example

White with #D05DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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