Html Css Color HEX #D039AD Fuchsia

📋 copy color: '#D039AD'

red 208 ◦ green 57 ◦ blue 173

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

Shades of Fuchsia #D039AD

Tints of Fuchsia #D039AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.01%

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

R = 47.49%
G = 13.01%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D039AD (or 0xD039AD) is known color: Fuchsia. HEX triplet: D0, 39 and AD. RGB value is (208,57,173). Sum of RGB (Red+Green+Blue) = 208+57+173=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 173 (67.97% from 255 or 39.50% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D039AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039AD is #2FC652. Grayscale: #737373. Windows color (decimal): -3130963 or 11352528. OLE color: 11352528.

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

Color convert

RGB 208 57 173 -
CMYK 0 0.73 0.17 0.18
HSL 313.91º 0.62% 0.52% -
HSV(B) 313.91º 0.73% 0.82% -
XYZ 35.02 19.35 41.43 -
YUV 115.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 208 57 173 0 0.73 0.17 0.18 313.91 0.62 0.52
Hex D0 39 AD 0 49 11 12 13A 3E 34
Octal 320 71 255 0 111 21 22 472 76 64
Binary 11010000 111001 10101101 0 1001001 10001 10010 100111010 111110 110100

Color Harmonies of #D039AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039AD

Black with #D039AD

Text Example


Text Example

White with #D039AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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