Html Css Color HEX #D055C8 Fuchsia

📋 copy color: '#D055C8'

red 208 ◦ green 85 ◦ blue 200

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

Shades of Fuchsia #D055C8

Tints of Fuchsia #D055C8

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.24%

 BLUE value IS 200 (78.52% from 255) = 40.57%

R = 42.19%
G = 17.24%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D055C8 (or 0xD055C8) is known color: Fuchsia. HEX triplet: D0, 55 and C8. RGB value is (208,85,200). Sum of RGB (Red+Green+Blue) = 208+85+200=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C8 is #2FAA37. Grayscale: #868686. Windows color (decimal): -3123768 or 13129168. OLE color: 13129168.

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

Color convert

RGB 208 85 200 -
CMYK 0 0.59 0.04 0.18
HSL 303.9º 0.57% 0.57% -
HSV(B) 303.9º 0.59% 0.82% -
XYZ 39.69 24.08 57.2 -
YUV 134.89 164.75 180.15 -
System Red Green Blue C M Y K H S L
Decimal 208 85 200 0 0.59 0.04 0.18 303.9 0.57 0.57
Hex D0 55 C8 0 3B 4 12 130 39 39
Octal 320 125 310 0 73 4 22 460 71 71
Binary 11010000 1010101 11001000 0 111011 100 10010 100110000 111001 111001

Color Harmonies of #D055C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055C8

Black with #D055C8

Text Example


Text Example

White with #D055C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055C8; }

 p { color: rgb(208,85,200); }

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

background-color css

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

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

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

border-color css

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

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

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