Html Css Color HEX #D059C7 Fuchsia

📋 copy color: '#D059C7'

red 208 ◦ green 89 ◦ blue 199

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

Shades of Fuchsia #D059C7

Tints of Fuchsia #D059C7

RGB

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

 GREEN value IS 89 (35.16% from 255) = 17.94%

 BLUE value IS 199 (78.13% from 255) = 40.12%

R = 41.94%
G = 17.94%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D059C7 (or 0xD059C7) is known color: Fuchsia. HEX triplet: D0, 59 and C7. RGB value is (208,89,199). Sum of RGB (Red+Green+Blue) = 208+89+199=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C7 is #2FA638. Grayscale: #888888. Windows color (decimal): -3122745 or 13064656. OLE color: 13064656.

HSL color Cylindrical-coordinate representation of color #D059C7: hue angle of 304.54º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D059C7 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 89 199 -
CMYK 0 0.57 0.04 0.18
HSL 304.54º 0.56% 0.58% -
HSV(B) 304.54º 0.57% 0.82% -
XYZ 39.89 24.68 56.69 -
YUV 137.12 162.92 178.56 -
System Red Green Blue C M Y K H S L
Decimal 208 89 199 0 0.57 0.04 0.18 304.54 0.56 0.58
Hex D0 59 C7 0 39 4 12 131 38 3A
Octal 320 131 307 0 71 4 22 461 70 72
Binary 11010000 1011001 11000111 0 111001 100 10010 100110001 111000 111010

Color Harmonies of #D059C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059C7

Black with #D059C7

Text Example


Text Example

White with #D059C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059C7; }

 p { color: rgb(208,89,199); }

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

background-color css

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

 a { background-color: rgb(208,89,199); }

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

border-color css

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

 span { border-color: rgb(208,89,199); }

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