#FD1D7E

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

Shades of Deep Pink #FD1D7E

Tints of Deep Pink #FD1D7E

Color information

#FD1D7E (or 0xFD1D7E) is unknown color: approx Deep Pink. HEX triplet: FD, 1D and 7E. RGB value is (253,29,126). Sum of RGB (Red+Green+Blue) = 253+29+126=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D7E is #02E281. Grayscale: #6A6A6A. Windows color (decimal): -189058 or 8265213. OLE color: 8265213.

HSL color Cylindrical-coordinate representation of color #FD1D7E: hue angle of 334.02º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D7E is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB25329126-
CMYK00.890.500.01
HSL334.02º98.25%55.29%-
HSV(B)334.02º88.54%99.22%-
XYZ44.7123.2721.87-
YUV107.03138.71232.11-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 62.01%
GREEN value IS 29 (11.72% from 255) = 7.11%
BLUE value IS 126 (49.61% from 255) = 30.88%
R=62.01%
G=7.11%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532912600.890.500.01334.0298.2555.29
HexFD1D7E05932114e6237
Octal37535176013162151614267
Binary111111011110111111100101100111001011010011101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD1D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD1D7E; }

 p { color: rgb(253,29,126); }

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

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

 a { background-color: rgb(253,29,126); }

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

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

 span { border-color: rgb(253,29,126); }

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