Html Css Color HEX #D055C5 Fuchsia

📋 copy color: '#D055C5'

red 208 ◦ green 85 ◦ blue 197

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

Shades of Fuchsia #D055C5

Tints of Fuchsia #D055C5

RGB

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

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

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

R = 42.45%
G = 17.35%
B = 40.2%

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

#D055C5 (or 0xD055C5) is known color: Fuchsia. HEX triplet: D0, 55 and C5. RGB value is (208,85,197). Sum of RGB (Red+Green+Blue) = 208+85+197=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 85 (33.59% from 255 or 17.35% from 490); Blue value is 197 (77.34% from 255 or 40.20% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C5 is #2FAA3A. Grayscale: #868686. Windows color (decimal): -3123771 or 12932560. OLE color: 12932560.

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

Color convert

RGB 208 85 197 -
CMYK 0 0.59 0.05 0.18
HSL 305.37º 0.57% 0.57% -
HSV(B) 305.37º 0.59% 0.82% -
XYZ 39.34 23.94 55.37 -
YUV 134.55 163.25 180.39 -
System Red Green Blue C M Y K H S L
Decimal 208 85 197 0 0.59 0.05 0.18 305.37 0.57 0.57
Hex D0 55 C5 0 3B 5 12 131 39 39
Octal 320 125 305 0 73 5 22 461 71 71
Binary 11010000 1010101 11000101 0 111011 101 10010 100110001 111001 111001

Color Harmonies of #D055C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055C5

Black with #D055C5

Text Example


Text Example

White with #D055C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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