#D155CC

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

Shades of Fuchsia #D155CC

Tints of Fuchsia #D155CC

Color information

#D155CC (or 0xD155CC) is unknown color: approx Fuchsia. HEX triplet: D1, 55 and CC. RGB value is (209,85,204). Sum of RGB (Red+Green+Blue) = 209+85+204=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CC is #2EAA33. Grayscale: #878787. Windows color (decimal): -3058228 or 13391313. OLE color: 13391313.

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

Color convert

RGB20985204-
CMYK00.590.020.18
HSL302.42º57.41%57.65%-
HSV(B)302.42º59.33%81.96%-
XYZ40.4424.4159.71-
YUV135.64166.58180.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.97%
GREEN value IS 85 (33.59% from 255) = 17.07%
BLUE value IS 204 (80.08% from 255) = 40.96%
R=41.97%
G=17.07%
B=40.96%

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
Decimal2098520400.590.020.18302.4257.4157.65
HexD155CC03B21212e393a
Octal3211253140732224567172
Binary1101000110101011100110001110111010010100101110111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155CC; }

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

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

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

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

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

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

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

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