Html Css Color HEX #FD2083 Deep Pink

📋 copy color: '#FD2083'

red 253 ◦ green 32 ◦ blue 131

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

Shades of Deep Pink #FD2083

Tints of Deep Pink #FD2083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.69%

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

R = 60.82%
G = 7.69%
B = 31.49%

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

#FD2083 (or 0xFD2083) is known color: Deep Pink. HEX triplet: FD, 20 and 83. RGB value is (253,32,131). Sum of RGB (Red+Green+Blue) = 253+32+131=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2083 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2083 is #02DF7C. Grayscale: #6D6D6D. Windows color (decimal): -188285 or 8593661. OLE color: 8593661.

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

Color convert

RGB 253 32 131 -
CMYK 0 0.87 0.48 0.01
HSL 333.12º 0.98% 0.56% -
HSV(B) 333.12º 0.87% 0.99% -
XYZ 45.12 23.55 23.64 -
YUV 109.37 140.22 230.45 -
System Red Green Blue C M Y K H S L
Decimal 253 32 131 0 0.87 0.48 0.01 333.12 0.98 0.56
Hex FD 20 83 0 57 30 1 14D 62 38
Octal 375 40 203 0 127 60 1 515 142 70
Binary 11111101 100000 10000011 0 1010111 110000 1 101001101 1100010 111000

Color Harmonies of #FD2083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2083

Black with #FD2083

Text Example


Text Example

White with #FD2083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2083; }

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

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

background-color css

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

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

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

border-color css

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

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

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