Html Css Color HEX #D039B0 Fuchsia

📋 copy color: '#D039B0'

red 208 ◦ green 57 ◦ blue 176

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

Shades of Fuchsia #D039B0

Tints of Fuchsia #D039B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 47.17%
G = 12.93%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D039B0 (or 0xD039B0) is known color: Fuchsia. HEX triplet: D0, 39 and B0. RGB value is (208,57,176). Sum of RGB (Red+Green+Blue) = 208+57+176=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D039B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D039B0 is #2FC64F. Grayscale: #737373. Windows color (decimal): -3130960 or 11549136. OLE color: 11549136.

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

Color convert

RGB 208 57 176 -
CMYK 0 0.73 0.15 0.18
HSL 312.72º 0.62% 0.52% -
HSV(B) 312.72º 0.73% 0.82% -
XYZ 35.31 19.47 42.97 -
YUV 115.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 208 57 176 0 0.73 0.15 0.18 312.72 0.62 0.52
Hex D0 39 B0 0 49 F 12 139 3E 34
Octal 320 71 260 0 111 17 22 471 76 64
Binary 11010000 111001 10110000 0 1001001 1111 10010 100111001 111110 110100

Color Harmonies of #D039B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039B0

Black with #D039B0

Text Example


Text Example

White with #D039B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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