Html Css Color HEX #D039D4 Fuchsia

📋 copy color: '#D039D4'

red 208 ◦ green 57 ◦ blue 212

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

Shades of Fuchsia #D039D4

Tints of Fuchsia #D039D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 44.44%

R = 43.61%
G = 11.95%
B = 44.44%

CMYK

 C value IS 0.02

 M value IS 0.73

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D039D4 (or 0xD039D4) is known color: Fuchsia. HEX triplet: D0, 39 and D4. RGB value is (208,57,212). Sum of RGB (Red+Green+Blue) = 208+57+212=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 57 (22.66% from 255 or 11.95% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #D039D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039D4 is #2FC62B. Grayscale: #777777. Windows color (decimal): -3130924 or 13908432. OLE color: 13908432.

HSL color Cylindrical-coordinate representation of color #D039D4: hue angle of 298.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D039D4 is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 208 57 212 -
CMYK 0.02 0.73 0 0.17
HSL 298.45º 0.64% 0.53% -
HSV(B) 298.45º 0.73% 0.83% -
XYZ 39.36 21.09 64.28 -
YUV 119.82 180.03 190.9 -
System Red Green Blue C M Y K H S L
Decimal 208 57 212 0.02 0.73 0 0.17 298.45 0.64 0.53
Hex D0 39 D4 2 49 0 11 12A 40 35
Octal 320 71 324 2 111 0 21 452 100 65
Binary 11010000 111001 11010100 10 1001001 0 10001 100101010 1000000 110101

Color Harmonies of #D039D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039D4

Black with #D039D4

Text Example


Text Example

White with #D039D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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