Html Css Color HEX #D059C2 Fuchsia

📋 copy color: '#D059C2'

red 208 ◦ green 89 ◦ blue 194

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

Shades of Fuchsia #D059C2

Tints of Fuchsia #D059C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.51%

R = 42.36%
G = 18.13%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D059C2 (or 0xD059C2) is known color: Fuchsia. HEX triplet: D0, 59 and C2. RGB value is (208,89,194). Sum of RGB (Red+Green+Blue) = 208+89+194=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 89 (35.16% from 255 or 18.13% from 491); Blue value is 194 (76.17% from 255 or 39.51% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C2 is #2FA63D. Grayscale: #888888. Windows color (decimal): -3122750 or 12736976. OLE color: 12736976.

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

Color convert

RGB 208 89 194 -
CMYK 0 0.57 0.07 0.18
HSL 307.06º 0.56% 0.58% -
HSV(B) 307.06º 0.57% 0.82% -
XYZ 39.32 24.45 53.69 -
YUV 136.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 208 89 194 0 0.57 0.07 0.18 307.06 0.56 0.58
Hex D0 59 C2 0 39 7 12 133 38 3A
Octal 320 131 302 0 71 7 22 463 70 72
Binary 11010000 1011001 11000010 0 111001 111 10010 100110011 111000 111010

Color Harmonies of #D059C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059C2

Black with #D059C2

Text Example


Text Example

White with #D059C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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