Html Css Color HEX #DD5784 Dark Pink

📋 copy color: '#DD5784'

red 221 ◦ green 87 ◦ blue 132

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

Shades of Dark Pink #DD5784

Tints of Dark Pink #DD5784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30%

R = 50.23%
G = 19.77%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD5784 (or 0xDD5784) is known color: Dark Pink. HEX triplet: DD, 57 and 84. RGB value is (221,87,132). Sum of RGB (Red+Green+Blue) = 221+87+132=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 132 (51.95% from 255 or 30% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5784 is #22A87B. Grayscale: #848484. Windows color (decimal): -2271356 or 8673245. OLE color: 8673245.

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

Color convert

RGB 221 87 132 -
CMYK 0 0.61 0.40 0.13
HSL 339.85º 0.66% 0.6% -
HSV(B) 339.85º 0.61% 0.87% -
XYZ 37.39 23.85 24.46 -
YUV 132.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 221 87 132 0 0.61 0.40 0.13 339.85 0.66 0.6
Hex DD 57 84 0 3D 28 D 154 42 3C
Octal 335 127 204 0 75 50 15 524 102 74
Binary 11011101 1010111 10000100 0 111101 101000 1101 101010100 1000010 111100

Color Harmonies of #DD5784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5784

Black with #DD5784

Text Example


Text Example

White with #DD5784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5784; }

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

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

background-color css

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

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

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

border-color css

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

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

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