Html Css Color HEX #D059C4 Fuchsia

📋 copy color: '#D059C4'

red 208 ◦ green 89 ◦ blue 196

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

Shades of Fuchsia #D059C4

Tints of Fuchsia #D059C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 39.76%

R = 42.19%
G = 18.05%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D059C4 (or 0xD059C4) is known color: Fuchsia. HEX triplet: D0, 59 and C4. RGB value is (208,89,196). Sum of RGB (Red+Green+Blue) = 208+89+196=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 196 (76.95% from 255 or 39.76% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D059C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059C4 is #2FA63B. Grayscale: #888888. Windows color (decimal): -3122748 or 12868048. OLE color: 12868048.

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

Color convert

RGB 208 89 196 -
CMYK 0 0.57 0.06 0.18
HSL 306.05º 0.56% 0.58% -
HSV(B) 306.05º 0.57% 0.82% -
XYZ 39.55 24.54 54.88 -
YUV 136.78 161.42 178.8 -
System Red Green Blue C M Y K H S L
Decimal 208 89 196 0 0.57 0.06 0.18 306.05 0.56 0.58
Hex D0 59 C4 0 39 6 12 132 38 3A
Octal 320 131 304 0 71 6 22 462 70 72
Binary 11010000 1011001 11000100 0 111001 110 10010 100110010 111000 111010

Color Harmonies of #D059C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059C4

Black with #D059C4

Text Example


Text Example

White with #D059C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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