#D155CD

Color #D155CD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #D155CD

Tints of Fuchsia #D155CD

Color information

#D155CD (or 0xD155CD) is unknown color: approx Fuchsia. HEX triplet: D1, 55 and CD. RGB value is (209,85,205). Sum of RGB (Red+Green+Blue) = 209+85+205=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 85 (33.59% from 255 or 17.03% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CD is #2EAA32. Grayscale: #878787. Windows color (decimal): -3058227 or 13456849. OLE color: 13456849.

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

Color convert

RGB20985205-
CMYK00.590.020.18
HSL301.94º57.41%57.65%-
HSV(B)301.94º59.33%81.96%-
XYZ40.5624.4660.34-
YUV135.76167.08180.24-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 85 (33.59% from 255) = 17.03%
BLUE value IS 205 (80.47% from 255) = 41.08%
R=41.88%
G=17.03%
B=41.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098520500.590.020.18301.9457.4157.65
HexD155CD03B21212e393a
Octal3211253150732224567172
Binary1101000110101011100110101110111010010100101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155CD; }

 p { color: rgb(209,85,205); }

 H1.HeaderClassName
 {
   color: #D155CD;
 }
 .AnyTagClassName
 {
   color: #D155CD;
 }
</style>
background-color css

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

 a { background-color: rgb(209,85,205); }

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

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

 span { border-color: rgb(209,85,205); }

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