#FF2185

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

Shades of Deep Pink #FF2185

Tints of Deep Pink #FF2185

Color information

#FF2185 (or 0xFF2185) is unknown color: approx Deep Pink. HEX triplet: FF, 21 and 85. RGB value is (255,33,133). Sum of RGB (Red+Green+Blue) = 255+33+133=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2185 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2185 is #00DE7A. Grayscale: #6E6E6E. Windows color (decimal): -56955 or 8724991. OLE color: 8724991.

HSL color Cylindrical-coordinate representation of color #FF2185: hue angle of 332.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2185 is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB25533133-
CMYK00.870.480
HSL332.97º100%56.47%-
HSV(B)332.97º87.06%100%-
XYZ46.0224.0424.41-
YUV110.78140.55230.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 33 (13.28% from 255) = 7.84%
BLUE value IS 133 (52.34% from 255) = 31.59%
R=60.57%
G=7.84%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2553313300.870.480332.9710056.47
HexFF218505730014d6438
Octal37741205012760051514470
Binary11111111100001100001010101011111000001010011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2185; }

 p { color: rgb(255,33,133); }

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

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

 a { background-color: rgb(255,33,133); }

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

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

 span { border-color: rgb(255,33,133); }

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