Html Css Color HEX #D059CE Fuchsia

📋 copy color: '#D059CE'

red 208 ◦ green 89 ◦ blue 206

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

Shades of Fuchsia #D059CE

Tints of Fuchsia #D059CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 41.35%
G = 17.69%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D059CE (or 0xD059CE) is known color: Fuchsia. HEX triplet: D0, 59 and CE. RGB value is (208,89,206). Sum of RGB (Red+Green+Blue) = 208+89+206=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 89 (35.16% from 255 or 17.69% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CE is #2FA631. Grayscale: #898989. Windows color (decimal): -3122738 or 13523408. OLE color: 13523408.

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

Color convert

RGB 208 89 206 -
CMYK 0 0.57 0.01 0.18
HSL 301.01º 0.56% 0.58% -
HSV(B) 301.01º 0.57% 0.82% -
XYZ 40.73 25.01 61.07 -
YUV 137.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 208 89 206 0 0.57 0.01 0.18 301.01 0.56 0.58
Hex D0 59 CE 0 39 1 12 12D 38 3A
Octal 320 131 316 0 71 1 22 455 70 72
Binary 11010000 1011001 11001110 0 111001 1 10010 100101101 111000 111010

Color Harmonies of #D059CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059CE

Black with #D059CE

Text Example


Text Example

White with #D059CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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