Html Css Color HEX #FD1584 Deep Pink

📋 copy color: '#FD1584'

red 253 ◦ green 21 ◦ blue 132

#FD1584
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FD1584

Tints of Deep Pink #FD1584

RGB

 RED value IS 253 (99.22% from 255) = 62.32%

 GREEN value IS 21 (8.59% from 255) = 5.17%

 BLUE value IS 132 (51.95% from 255) = 32.51%

R = 62.32%
G = 5.17%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD1584 (or 0xFD1584) is known color: Deep Pink. HEX triplet: FD, 15 and 84. RGB value is (253,21,132). Sum of RGB (Red+Green+Blue) = 253+21+132=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 21 (8.59% from 255 or 5.17% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1584 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1584 is #02EA7B. Grayscale: #666666. Windows color (decimal): -191100 or 8656381. OLE color: 8656381.

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

Color convert

RGB 253 21 132 -
CMYK 0 0.92 0.48 0.01
HSL 331.29º 0.98% 0.54% -
HSV(B) 331.29º 0.92% 0.99% -
XYZ 44.94 23.08 23.92 -
YUV 103.02 144.36 234.97 -
System Red Green Blue C M Y K H S L
Decimal 253 21 132 0 0.92 0.48 0.01 331.29 0.98 0.54
Hex FD 15 84 0 5C 30 1 14B 62 36
Octal 375 25 204 0 134 60 1 513 142 66
Binary 11111101 10101 10000100 0 1011100 110000 1 101001011 1100010 110110

Color Harmonies of #FD1584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1584

Black with #FD1584

Text Example


Text Example

White with #FD1584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1584; }

 p { color: rgb(253,21,132); }

 H1.HeaderClassName
 {
   color: #FD1584;
 }
 .AnyTagClassName
 {
   color: #FD1584;
 }
</style>

background-color css

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

 a { background-color: rgb(253,21,132); }

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

border-color css

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

 span { border-color: rgb(253,21,132); }

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