#D155CB

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

Shades of Fuchsia #D155CB

Tints of Fuchsia #D155CB

Color information

#D155CB (or 0xD155CB) is unknown color: approx Fuchsia. HEX triplet: D1, 55 and CB. RGB value is (209,85,203). Sum of RGB (Red+Green+Blue) = 209+85+203=497 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.05% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 209 - color contains mainly: red. Hex color #D155CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D155CB is #2EAA34. Grayscale: #878787. Windows color (decimal): -3058229 or 13325777. OLE color: 13325777.

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

Color convert

RGB20985203-
CMYK00.590.030.18
HSL302.9º57.41%57.65%-
HSV(B)302.9º59.33%81.96%-
XYZ40.3224.3659.08-
YUV135.53166.08180.41-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.05%
GREEN value IS 85 (33.59% from 255) = 17.10%
BLUE value IS 203 (79.69% from 255) = 40.85%
R=42.05%
G=17.10%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098520300.590.030.18302.957.4157.65
HexD155CB03B31212f393a
Octal3211253130733224577172
Binary1101000110101011100101101110111110010100101111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D155CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D155CB; }

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

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

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

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

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

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

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

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