Html Css Color HEX #D039B2 Fuchsia

📋 copy color: '#D039B2'

red 208 ◦ green 57 ◦ blue 178

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

Shades of Fuchsia #D039B2

Tints of Fuchsia #D039B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.18%

R = 46.95%
G = 12.87%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D039B2 (or 0xD039B2) is known color: Fuchsia. HEX triplet: D0, 39 and B2. RGB value is (208,57,178). Sum of RGB (Red+Green+Blue) = 208+57+178=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 178 (69.92% from 255 or 40.18% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D039B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039B2 is #2FC64D. Grayscale: #737373. Windows color (decimal): -3130958 or 11680208. OLE color: 11680208.

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

Color convert

RGB 208 57 178 -
CMYK 0 0.73 0.14 0.18
HSL 311.92º 0.62% 0.52% -
HSV(B) 311.92º 0.73% 0.82% -
XYZ 35.51 19.55 44.02 -
YUV 115.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 208 57 178 0 0.73 0.14 0.18 311.92 0.62 0.52
Hex D0 39 B2 0 49 E 12 138 3E 34
Octal 320 71 262 0 111 16 22 470 76 64
Binary 11010000 111001 10110010 0 1001001 1110 10010 100111000 111110 110100

Color Harmonies of #D039B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039B2

Black with #D039B2

Text Example


Text Example

White with #D039B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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