Html Css Color HEX #DD5386 Dark Pink

📋 copy color: '#DD5386'

red 221 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #DD5386

Tints of Dark Pink #DD5386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 50.46%
G = 18.95%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5386 (or 0xDD5386) is known color: Dark Pink. HEX triplet: DD, 53 and 86. RGB value is (221,83,134). Sum of RGB (Red+Green+Blue) = 221+83+134=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5386 is #22AC79. Grayscale: #828282. Windows color (decimal): -2272378 or 8803293. OLE color: 8803293.

HSL color Cylindrical-coordinate representation of color #DD5386: hue angle of 337.83º 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 #DD5386 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 83 134 -
CMYK 0 0.62 0.39 0.13
HSL 337.83º 0.67% 0.6% -
HSV(B) 337.83º 0.62% 0.87% -
XYZ 37.22 23.28 25.09 -
YUV 130.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 221 83 134 0 0.62 0.39 0.13 337.83 0.67 0.6
Hex DD 53 86 0 3E 27 D 152 43 3C
Octal 335 123 206 0 76 47 15 522 103 74
Binary 11011101 1010011 10000110 0 111110 100111 1101 101010010 1000011 111100

Color Harmonies of #DD5386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5386

Black with #DD5386

Text Example


Text Example

White with #DD5386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5386; }

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

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

background-color css

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

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

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

border-color css

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

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

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