Html Css Color HEX #DD5792 Dark Pink

📋 copy color: '#DD5792'

red 221 ◦ green 87 ◦ blue 146

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

Shades of Dark Pink #DD5792

Tints of Dark Pink #DD5792

RGB

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

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

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

R = 48.68%
G = 19.16%
B = 32.16%

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

#DD5792 (or 0xDD5792) is known color: Dark Pink. HEX triplet: DD, 57 and 92. RGB value is (221,87,146). Sum of RGB (Red+Green+Blue) = 221+87+146=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 146 (57.42% from 255 or 32.16% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5792 is #22A86D. Grayscale: #858585. Windows color (decimal): -2271342 or 9590749. OLE color: 9590749.

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

Color convert

RGB 221 87 146 -
CMYK 0 0.61 0.34 0.13
HSL 333.58º 0.66% 0.6% -
HSV(B) 333.58º 0.61% 0.87% -
XYZ 38.42 24.26 29.85 -
YUV 133.79 134.89 190.2 -
System Red Green Blue C M Y K H S L
Decimal 221 87 146 0 0.61 0.34 0.13 333.58 0.66 0.6
Hex DD 57 92 0 3D 22 D 14E 42 3C
Octal 335 127 222 0 75 42 15 516 102 74
Binary 11011101 1010111 10010010 0 111101 100010 1101 101001110 1000010 111100

Color Harmonies of #DD5792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5792

Black with #DD5792

Text Example


Text Example

White with #DD5792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5792; }

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

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

background-color css

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

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

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

border-color css

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

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

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