Html Css Color HEX #D055C7 Fuchsia

📋 copy color: '#D055C7'

red 208 ◦ green 85 ◦ blue 199

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

Shades of Fuchsia #D055C7

Tints of Fuchsia #D055C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.45%

R = 42.28%
G = 17.28%
B = 40.45%

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

#D055C7 (or 0xD055C7) is known color: Fuchsia. HEX triplet: D0, 55 and C7. RGB value is (208,85,199). Sum of RGB (Red+Green+Blue) = 208+85+199=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 199 (78.12% from 255 or 40.45% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D055C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D055C7 is #2FAA38. Grayscale: #868686. Windows color (decimal): -3123769 or 13063632. OLE color: 13063632.

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

Color convert

RGB 208 85 199 -
CMYK 0 0.59 0.04 0.18
HSL 304.39º 0.57% 0.57% -
HSV(B) 304.39º 0.59% 0.82% -
XYZ 39.57 24.03 56.59 -
YUV 134.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 208 85 199 0 0.59 0.04 0.18 304.39 0.57 0.57
Hex D0 55 C7 0 3B 4 12 130 39 39
Octal 320 125 307 0 73 4 22 460 71 71
Binary 11010000 1010101 11000111 0 111011 100 10010 100110000 111001 111001

Color Harmonies of #D055C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D055C7

Black with #D055C7

Text Example


Text Example

White with #D055C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D055C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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