Html Css Color HEX #D056D0 Fuchsia

📋 copy color: '#D056D0'

red 208 ◦ green 86 ◦ blue 208

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

Shades of Fuchsia #D056D0

Tints of Fuchsia #D056D0

RGB

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

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

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

R = 41.43%
G = 17.13%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D056D0 (or 0xD056D0) is known color: Fuchsia. HEX triplet: D0, 56 and D0. RGB value is (208,86,208). Sum of RGB (Red+Green+Blue) = 208+86+208=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 208 (81.64% from 255 or 41.43% from 502); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D056D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056D0 is #2FA92F. Grayscale: #888888. Windows color (decimal): -3123504 or 13653712. OLE color: 13653712.

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

Color convert

RGB 208 86 208 -
CMYK 0 0.59 0 0.18
HSL 300º 0.56% 0.58% -
HSV(B) 300º 0.59% 0.82% -
XYZ 40.73 24.62 62.28 -
YUV 136.39 168.42 179.08 -
System Red Green Blue C M Y K H S L
Decimal 208 86 208 0 0.59 0 0.18 300 0.56 0.58
Hex D0 56 D0 0 3B 0 12 12C 38 3A
Octal 320 126 320 0 73 0 22 454 70 72
Binary 11010000 1010110 11010000 0 111011 0 10010 100101100 111000 111010

Color Harmonies of #D056D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056D0

Black with #D056D0

Text Example


Text Example

White with #D056D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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