Html Css Color HEX #D059CB Fuchsia

📋 copy color: '#D059CB'

red 208 ◦ green 89 ◦ blue 203

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

Shades of Fuchsia #D059CB

Tints of Fuchsia #D059CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 41.6%
G = 17.8%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D059CB (or 0xD059CB) is known color: Fuchsia. HEX triplet: D0, 59 and CB. RGB value is (208,89,203). Sum of RGB (Red+Green+Blue) = 208+89+203=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D059CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D059CB is #2FA634. Grayscale: #898989. Windows color (decimal): -3122741 or 13326800. OLE color: 13326800.

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

Color convert

RGB 208 89 203 -
CMYK 0 0.57 0.02 0.18
HSL 302.52º 0.56% 0.58% -
HSV(B) 302.52º 0.57% 0.82% -
XYZ 40.36 24.87 59.17 -
YUV 137.58 164.92 178.23 -
System Red Green Blue C M Y K H S L
Decimal 208 89 203 0 0.57 0.02 0.18 302.52 0.56 0.58
Hex D0 59 CB 0 39 2 12 12F 38 3A
Octal 320 131 313 0 71 2 22 457 70 72
Binary 11010000 1011001 11001011 0 111001 10 10010 100101111 111000 111010

Color Harmonies of #D059CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D059CB

Black with #D059CB

Text Example


Text Example

White with #D059CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D059CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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