Html Css Color HEX #FD2584 Deep Pink

📋 copy color: '#FD2584'

red 253 ◦ green 37 ◦ blue 132

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

Shades of Deep Pink #FD2584

Tints of Deep Pink #FD2584

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.77%

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

R = 59.95%
G = 8.77%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD2584 (or 0xFD2584) is known color: Deep Pink. HEX triplet: FD, 25 and 84. RGB value is (253,37,132). Sum of RGB (Red+Green+Blue) = 253+37+132=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 132 (51.95% from 255 or 31.28% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2584 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2584 is #02DA7B. Grayscale: #707070. Windows color (decimal): -187004 or 8660477. OLE color: 8660477.

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

Color convert

RGB 253 37 132 -
CMYK 0 0.85 0.48 0.01
HSL 333.61º 0.98% 0.57% -
HSV(B) 333.61º 0.85% 0.99% -
XYZ 45.33 23.87 24.05 -
YUV 112.41 139.06 228.28 -
System Red Green Blue C M Y K H S L
Decimal 253 37 132 0 0.85 0.48 0.01 333.61 0.98 0.57
Hex FD 25 84 0 55 30 1 14E 62 39
Octal 375 45 204 0 125 60 1 516 142 71
Binary 11111101 100101 10000100 0 1010101 110000 1 101001110 1100010 111001

Color Harmonies of #FD2584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2584

Black with #FD2584

Text Example


Text Example

White with #FD2584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2584; }

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

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

background-color css

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

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

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

border-color css

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

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

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