Html Css Color HEX #D039CC Fuchsia

📋 copy color: '#D039CC'

red 208 ◦ green 57 ◦ blue 204

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

Shades of Fuchsia #D039CC

Tints of Fuchsia #D039CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.5%

R = 44.35%
G = 12.15%
B = 43.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D039CC (or 0xD039CC) is known color: Fuchsia. HEX triplet: D0, 39 and CC. RGB value is (208,57,204). Sum of RGB (Red+Green+Blue) = 208+57+204=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D039CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D039CC is #2FC633. Grayscale: #767676. Windows color (decimal): -3130932 or 13384144. OLE color: 13384144.

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

Color convert

RGB 208 57 204 -
CMYK 0 0.73 0.02 0.18
HSL 301.59º 0.62% 0.52% -
HSV(B) 301.59º 0.73% 0.82% -
XYZ 38.37 20.7 59.1 -
YUV 118.91 176.03 191.55 -
System Red Green Blue C M Y K H S L
Decimal 208 57 204 0 0.73 0.02 0.18 301.59 0.62 0.52
Hex D0 39 CC 0 49 2 12 12E 3E 34
Octal 320 71 314 0 111 2 22 456 76 64
Binary 11010000 111001 11001100 0 1001001 10 10010 100101110 111110 110100

Color Harmonies of #D039CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D039CC

Black with #D039CC

Text Example


Text Example

White with #D039CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D039CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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