Html Css Color HEX #DD5786 Dark Pink

📋 copy color: '#DD5786'

red 221 ◦ green 87 ◦ blue 134

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

Shades of Dark Pink #DD5786

Tints of Dark Pink #DD5786

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.68%

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

R = 50%
G = 19.68%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD5786 (or 0xDD5786) is known color: Dark Pink. HEX triplet: DD, 57 and 86. RGB value is (221,87,134). Sum of RGB (Red+Green+Blue) = 221+87+134=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5786 is #22A879. Grayscale: #848484. Windows color (decimal): -2271354 or 8804317. OLE color: 8804317.

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

Color convert

RGB 221 87 134 -
CMYK 0 0.61 0.39 0.13
HSL 338.96º 0.66% 0.6% -
HSV(B) 338.96º 0.61% 0.87% -
XYZ 37.53 23.91 25.19 -
YUV 132.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 221 87 134 0 0.61 0.39 0.13 338.96 0.66 0.6
Hex DD 57 86 0 3D 27 D 153 42 3C
Octal 335 127 206 0 75 47 15 523 102 74
Binary 11011101 1010111 10000110 0 111101 100111 1101 101010011 1000010 111100

Color Harmonies of #DD5786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5786

Black with #DD5786

Text Example


Text Example

White with #DD5786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5786; }

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

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

background-color css

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

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

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

border-color css

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

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

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