Html Css Color HEX #FD2283 Deep Pink

📋 copy color: '#FD2283'

red 253 ◦ green 34 ◦ blue 131

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

Shades of Deep Pink #FD2283

Tints of Deep Pink #FD2283

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.13%

 BLUE value IS 131 (51.56% from 255) = 31.34%

R = 60.53%
G = 8.13%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FD2283 (or 0xFD2283) is known color: Deep Pink. HEX triplet: FD, 22 and 83. RGB value is (253,34,131). Sum of RGB (Red+Green+Blue) = 253+34+131=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2283 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2283 is #02DD7C. Grayscale: #6E6E6E. Windows color (decimal): -187773 or 8594173. OLE color: 8594173.

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

Color convert

RGB 253 34 131 -
CMYK 0 0.87 0.48 0.01
HSL 333.42º 0.98% 0.56% -
HSV(B) 333.42º 0.87% 0.99% -
XYZ 45.18 23.67 23.66 -
YUV 110.54 139.55 229.61 -
System Red Green Blue C M Y K H S L
Decimal 253 34 131 0 0.87 0.48 0.01 333.42 0.98 0.56
Hex FD 22 83 0 57 30 1 14D 62 38
Octal 375 42 203 0 127 60 1 515 142 70
Binary 11111101 100010 10000011 0 1010111 110000 1 101001101 1100010 111000

Color Harmonies of #FD2283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2283

Black with #FD2283

Text Example


Text Example

White with #FD2283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2283; }

 p { color: rgb(253,34,131); }

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

background-color css

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

 a { background-color: rgb(253,34,131); }

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

border-color css

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

 span { border-color: rgb(253,34,131); }

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