Html Css Color HEX #D059CD Fuchsia

📋 copy color: '#D059CD'

red 208 ◦ green 89 ◦ blue 205

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

Shades of Fuchsia #D059CD

Tints of Fuchsia #D059CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 41.43%
G = 17.73%
B = 40.84%

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

#D059CD (or 0xD059CD) is known color: Fuchsia. HEX triplet: D0, 59 and CD. RGB value is (208,89,205). Sum of RGB (Red+Green+Blue) = 208+89+205=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CD is #2FA632. Grayscale: #898989. Windows color (decimal): -3122739 or 13457872. OLE color: 13457872.

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

Color convert

RGB 208 89 205 -
CMYK 0 0.57 0.01 0.18
HSL 301.51º 0.56% 0.58% -
HSV(B) 301.51º 0.57% 0.82% -
XYZ 40.6 24.96 60.44 -
YUV 137.81 165.92 178.07 -
System Red Green Blue C M Y K H S L
Decimal 208 89 205 0 0.57 0.01 0.18 301.51 0.56 0.58
Hex D0 59 CD 0 39 1 12 12E 38 3A
Octal 320 131 315 0 71 1 22 456 70 72
Binary 11010000 1011001 11001101 0 111001 1 10010 100101110 111000 111010

Color Harmonies of #D059CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059CD

Black with #D059CD

Text Example


Text Example

White with #D059CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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