Html Css Color HEX #D056C5 Fuchsia

📋 copy color: '#D056C5'

red 208 ◦ green 86 ◦ blue 197

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

Shades of Fuchsia #D056C5

Tints of Fuchsia #D056C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.12%

R = 42.36%
G = 17.52%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D056C5 (or 0xD056C5) is known color: Fuchsia. HEX triplet: D0, 56 and C5. RGB value is (208,86,197). Sum of RGB (Red+Green+Blue) = 208+86+197=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 197 (77.34% from 255 or 40.12% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D056C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D056C5 is #2FA93A. Grayscale: #868686. Windows color (decimal): -3123515 or 12932816. OLE color: 12932816.

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

Color convert

RGB 208 86 197 -
CMYK 0 0.59 0.05 0.18
HSL 305.41º 0.56% 0.58% -
HSV(B) 305.41º 0.59% 0.82% -
XYZ 39.42 24.1 55.4 -
YUV 135.13 162.92 179.97 -
System Red Green Blue C M Y K H S L
Decimal 208 86 197 0 0.59 0.05 0.18 305.41 0.56 0.58
Hex D0 56 C5 0 3B 5 12 131 38 3A
Octal 320 126 305 0 73 5 22 461 70 72
Binary 11010000 1010110 11000101 0 111011 101 10010 100110001 111000 111010

Color Harmonies of #D056C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D056C5

Black with #D056C5

Text Example


Text Example

White with #D056C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D056C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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