Html Css Color HEX #FD2381 Deep Pink

📋 copy color: '#FD2381'

red 253 ◦ green 35 ◦ blue 129

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

Shades of Deep Pink #FD2381

Tints of Deep Pink #FD2381

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.39%

 BLUE value IS 129 (50.78% from 255) = 30.94%

R = 60.67%
G = 8.39%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FD2381 (or 0xFD2381) is known color: Deep Pink. HEX triplet: FD, 23 and 81. RGB value is (253,35,129). Sum of RGB (Red+Green+Blue) = 253+35+129=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 35 (14.06% from 255 or 8.39% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2381 is #02DC7E. Grayscale: #6E6E6E. Windows color (decimal): -187519 or 8463357. OLE color: 8463357.

HSL color Cylindrical-coordinate representation of color #FD2381: hue angle of 334.13º 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 #FD2381 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 35 129 -
CMYK 0 0.86 0.49 0.01
HSL 334.13º 0.98% 0.56% -
HSV(B) 334.13º 0.86% 0.99% -
XYZ 45.07 23.67 22.96 -
YUV 110.9 138.22 229.36 -
System Red Green Blue C M Y K H S L
Decimal 253 35 129 0 0.86 0.49 0.01 334.13 0.98 0.56
Hex FD 23 81 0 56 31 1 14E 62 38
Octal 375 43 201 0 126 61 1 516 142 70
Binary 11111101 100011 10000001 0 1010110 110001 1 101001110 1100010 111000

Color Harmonies of #FD2381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2381

Black with #FD2381

Text Example


Text Example

White with #FD2381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2381; }

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

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

background-color css

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

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

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

border-color css

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

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

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