Html Css Color HEX #D039AF Fuchsia

📋 copy color: '#D039AF'

red 208 ◦ green 57 ◦ blue 175

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

Shades of Fuchsia #D039AF

Tints of Fuchsia #D039AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.77%

R = 47.27%
G = 12.95%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D039AF (or 0xD039AF) is known color: Fuchsia. HEX triplet: D0, 39 and AF. RGB value is (208,57,175). Sum of RGB (Red+Green+Blue) = 208+57+175=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 57 (22.66% from 255 or 12.95% from 440); Blue value is 175 (68.75% from 255 or 39.77% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D039AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039AF is #2FC650. Grayscale: #737373. Windows color (decimal): -3130961 or 11483600. OLE color: 11483600.

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

Color convert

RGB 208 57 175 -
CMYK 0 0.73 0.16 0.18
HSL 313.11º 0.62% 0.52% -
HSV(B) 313.11º 0.73% 0.82% -
XYZ 35.21 19.43 42.45 -
YUV 115.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 208 57 175 0 0.73 0.16 0.18 313.11 0.62 0.52
Hex D0 39 AF 0 49 10 12 139 3E 34
Octal 320 71 257 0 111 20 22 471 76 64
Binary 11010000 111001 10101111 0 1001001 10000 10010 100111001 111110 110100

Color Harmonies of #D039AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039AF

Black with #D039AF

Text Example


Text Example

White with #D039AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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