Html Css Color HEX #DD5892 Dark Pink

📋 copy color: '#DD5892'

red 221 ◦ green 88 ◦ blue 146

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

Shades of Dark Pink #DD5892

Tints of Dark Pink #DD5892

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.34%

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

R = 48.57%
G = 19.34%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5892 (or 0xDD5892) is known color: Dark Pink. HEX triplet: DD, 58 and 92. RGB value is (221,88,146). Sum of RGB (Red+Green+Blue) = 221+88+146=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5892 is #22A76D. Grayscale: #868686. Windows color (decimal): -2271086 or 9591005. OLE color: 9591005.

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

Color convert

RGB 221 88 146 -
CMYK 0 0.60 0.34 0.13
HSL 333.83º 0.66% 0.61% -
HSV(B) 333.83º 0.6% 0.87% -
XYZ 38.5 24.43 29.88 -
YUV 134.38 134.56 189.78 -
System Red Green Blue C M Y K H S L
Decimal 221 88 146 0 0.60 0.34 0.13 333.83 0.66 0.61
Hex DD 58 92 0 3C 22 D 14E 42 3D
Octal 335 130 222 0 74 42 15 516 102 75
Binary 11011101 1011000 10010010 0 111100 100010 1101 101001110 1000010 111101

Color Harmonies of #DD5892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5892

Black with #DD5892

Text Example


Text Example

White with #DD5892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5892; }

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

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

background-color css

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

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

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

border-color css

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

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

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