Html Css Color HEX #DD5691 Dark Pink

📋 copy color: '#DD5691'

red 221 ◦ green 86 ◦ blue 145

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

Shades of Dark Pink #DD5691

Tints of Dark Pink #DD5691

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.03%

 BLUE value IS 145 (57.03% from 255) = 32.08%

R = 48.89%
G = 19.03%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5691 (or 0xDD5691) is known color: Dark Pink. HEX triplet: DD, 56 and 91. RGB value is (221,86,145). Sum of RGB (Red+Green+Blue) = 221+86+145=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5691 is #22A96E. Grayscale: #848484. Windows color (decimal): -2271599 or 9524957. OLE color: 9524957.

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

Color convert

RGB 221 86 145 -
CMYK 0 0.61 0.34 0.13
HSL 333.78º 0.67% 0.6% -
HSV(B) 333.78º 0.61% 0.87% -
XYZ 38.26 24.07 29.42 -
YUV 133.09 134.73 190.7 -
System Red Green Blue C M Y K H S L
Decimal 221 86 145 0 0.61 0.34 0.13 333.78 0.67 0.6
Hex DD 56 91 0 3D 22 D 14E 43 3C
Octal 335 126 221 0 75 42 15 516 103 74
Binary 11011101 1010110 10010001 0 111101 100010 1101 101001110 1000011 111100

Color Harmonies of #DD5691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5691

Black with #DD5691

Text Example


Text Example

White with #DD5691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5691; }

 p { color: rgb(221,86,145); }

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

background-color css

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

 a { background-color: rgb(221,86,145); }

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

border-color css

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

 span { border-color: rgb(221,86,145); }

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