Html Css Color HEX #DD5894 Dark Pink

📋 copy color: '#DD5894'

red 221 ◦ green 88 ◦ blue 148

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

Shades of Dark Pink #DD5894

Tints of Dark Pink #DD5894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.39%

R = 48.36%
G = 19.26%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5894 (or 0xDD5894) is known color: Dark Pink. HEX triplet: DD, 58 and 94. RGB value is (221,88,148). Sum of RGB (Red+Green+Blue) = 221+88+148=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5894 is #22A76B. Grayscale: #868686. Windows color (decimal): -2271084 or 9722077. OLE color: 9722077.

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

Color convert

RGB 221 88 148 -
CMYK 0 0.60 0.33 0.13
HSL 332.93º 0.66% 0.61% -
HSV(B) 332.93º 0.6% 0.87% -
XYZ 38.65 24.49 30.71 -
YUV 134.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 221 88 148 0 0.60 0.33 0.13 332.93 0.66 0.61
Hex DD 58 94 0 3C 21 D 14D 42 3D
Octal 335 130 224 0 74 41 15 515 102 75
Binary 11011101 1011000 10010100 0 111100 100001 1101 101001101 1000010 111101

Color Harmonies of #DD5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5894

Black with #DD5894

Text Example


Text Example

White with #DD5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5894; }

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

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

background-color css

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

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

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

border-color css

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

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

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