#FD2382

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

Shades of Deep Pink #FD2382

Tints of Deep Pink #FD2382

Color information

#FD2382 (or 0xFD2382) is unknown color: approx Deep Pink. HEX triplet: FD, 23 and 82. RGB value is (253,35,130). Sum of RGB (Red+Green+Blue) = 253+35+130=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 35 (14.06% from 255 or 8.37% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2382 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2382 is #02DC7D. Grayscale: #6E6E6E. Windows color (decimal): -187518 or 8528893. OLE color: 8528893.

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

Color convert

RGB25335130-
CMYK00.860.490.01
HSL333.85º98.2%56.47%-
HSV(B)333.85º86.17%99.22%-
XYZ45.1423.723.31-
YUV111.01138.72229.28-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 60.53%
GREEN value IS 35 (14.06% from 255) = 8.37%
BLUE value IS 130 (51.17% from 255) = 31.10%
R=60.53%
G=8.37%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533513000.860.490.01333.8598.256.47
HexFD238205631114e6238
Octal37543202012661151614270
Binary11111101100011100000100101011011000111010011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2382; }

 p { color: rgb(253,35,130); }

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

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

 a { background-color: rgb(253,35,130); }

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

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

 span { border-color: rgb(253,35,130); }

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