Html Css Color HEX #D056C9 Fuchsia

📋 copy color: '#D056C9'

red 208 ◦ green 86 ◦ blue 201

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

Shades of Fuchsia #D056C9

Tints of Fuchsia #D056C9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.37%

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 42.02%
G = 17.37%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D056C9 (or 0xD056C9) is known color: Fuchsia. HEX triplet: D0, 56 and C9. RGB value is (208,86,201). Sum of RGB (Red+Green+Blue) = 208+86+201=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D056C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056C9 is #2FA936. Grayscale: #878787. Windows color (decimal): -3123511 or 13194960. OLE color: 13194960.

HSL color Cylindrical-coordinate representation of color #D056C9: hue angle of 303.44º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D056C9 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 86 201 -
CMYK 0 0.59 0.03 0.18
HSL 303.44º 0.56% 0.58% -
HSV(B) 303.44º 0.59% 0.82% -
XYZ 39.88 24.28 57.84 -
YUV 135.59 164.92 179.65 -
System Red Green Blue C M Y K H S L
Decimal 208 86 201 0 0.59 0.03 0.18 303.44 0.56 0.58
Hex D0 56 C9 0 3B 3 12 12F 38 3A
Octal 320 126 311 0 73 3 22 457 70 72
Binary 11010000 1010110 11001001 0 111011 11 10010 100101111 111000 111010

Color Harmonies of #D056C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056C9

Black with #D056C9

Text Example


Text Example

White with #D056C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056C9; }

 p { color: rgb(208,86,201); }

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

background-color css

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

 a { background-color: rgb(208,86,201); }

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

border-color css

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

 span { border-color: rgb(208,86,201); }

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