Html Css Color HEX #DD5592 Dark Pink

📋 copy color: '#DD5592'

red 221 ◦ green 85 ◦ blue 146

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

Shades of Dark Pink #DD5592

Tints of Dark Pink #DD5592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

 BLUE value IS 146 (57.42% from 255) = 32.3%

R = 48.89%
G = 18.81%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5592 (or 0xDD5592) is known color: Dark Pink. HEX triplet: DD, 55 and 92. RGB value is (221,85,146). Sum of RGB (Red+Green+Blue) = 221+85+146=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 146 (57.42% from 255 or 32.30% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5592 is #22AA6D. Grayscale: #848484. Windows color (decimal): -2271854 or 9590237. OLE color: 9590237.

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

Color convert

RGB 221 85 146 -
CMYK 0 0.62 0.34 0.13
HSL 333.09º 0.67% 0.6% -
HSV(B) 333.09º 0.62% 0.87% -
XYZ 38.26 23.94 29.8 -
YUV 132.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 221 85 146 0 0.62 0.34 0.13 333.09 0.67 0.6
Hex DD 55 92 0 3E 22 D 14D 43 3C
Octal 335 125 222 0 76 42 15 515 103 74
Binary 11011101 1010101 10010010 0 111110 100010 1101 101001101 1000011 111100

Color Harmonies of #DD5592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5592

Black with #DD5592

Text Example


Text Example

White with #DD5592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5592; }

 p { color: rgb(221,85,146); }

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

background-color css

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

 a { background-color: rgb(221,85,146); }

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

border-color css

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

 span { border-color: rgb(221,85,146); }

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