Html Css Color HEX #D059CA Fuchsia

📋 copy color: '#D059CA'

red 208 ◦ green 89 ◦ blue 202

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

Shades of Fuchsia #D059CA

Tints of Fuchsia #D059CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 41.68%
G = 17.84%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D059CA (or 0xD059CA) is known color: Fuchsia. HEX triplet: D0, 59 and CA. RGB value is (208,89,202). Sum of RGB (Red+Green+Blue) = 208+89+202=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CA is #2FA635. Grayscale: #898989. Windows color (decimal): -3122742 or 13261264. OLE color: 13261264.

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

Color convert

RGB 208 89 202 -
CMYK 0 0.57 0.03 0.18
HSL 303.03º 0.56% 0.58% -
HSV(B) 303.03º 0.57% 0.82% -
XYZ 40.25 24.82 58.55 -
YUV 137.46 164.42 178.31 -
System Red Green Blue C M Y K H S L
Decimal 208 89 202 0 0.57 0.03 0.18 303.03 0.56 0.58
Hex D0 59 CA 0 39 3 12 12F 38 3A
Octal 320 131 312 0 71 3 22 457 70 72
Binary 11010000 1011001 11001010 0 111001 11 10010 100101111 111000 111010

Color Harmonies of #D059CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059CA

Black with #D059CA

Text Example


Text Example

White with #D059CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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