Html Css Color HEX #DD5383 Dark Pink

📋 copy color: '#DD5383'

red 221 ◦ green 83 ◦ blue 131

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

Shades of Dark Pink #DD5383

Tints of Dark Pink #DD5383

RGB

 RED value IS 221 (86.72% from 255) = 50.8%

 GREEN value IS 83 (32.81% from 255) = 19.08%

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

R = 50.8%
G = 19.08%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DD5383 (or 0xDD5383) is known color: Dark Pink. HEX triplet: DD, 53 and 83. RGB value is (221,83,131). Sum of RGB (Red+Green+Blue) = 221+83+131=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 131 (51.56% from 255 or 30.11% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5383 is #22AC7C. Grayscale: #818181. Windows color (decimal): -2272381 or 8606685. OLE color: 8606685.

HSL color Cylindrical-coordinate representation of color #DD5383: hue angle of 339.13º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5383 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 131 -
CMYK 0 0.62 0.41 0.13
HSL 339.13º 0.67% 0.6% -
HSV(B) 339.13º 0.62% 0.87% -
XYZ 37.01 23.2 24 -
YUV 129.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 221 83 131 0 0.62 0.41 0.13 339.13 0.67 0.6
Hex DD 53 83 0 3E 29 D 153 43 3C
Octal 335 123 203 0 76 51 15 523 103 74
Binary 11011101 1010011 10000011 0 111110 101001 1101 101010011 1000011 111100

Color Harmonies of #DD5383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5383

Black with #DD5383

Text Example


Text Example

White with #DD5383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5383; }

 p { color: rgb(221,83,131); }

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

background-color css

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

 a { background-color: rgb(221,83,131); }

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

border-color css

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

 span { border-color: rgb(221,83,131); }

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