Html Css Color HEX #DD598C Dark Pink

📋 copy color: '#DD598C'

red 221 ◦ green 89 ◦ blue 140

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

Shades of Dark Pink #DD598C

Tints of Dark Pink #DD598C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.78%

 BLUE value IS 140 (55.08% from 255) = 31.11%

R = 49.11%
G = 19.78%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD598C (or 0xDD598C) is known color: Dark Pink. HEX triplet: DD, 59 and 8C. RGB value is (221,89,140). Sum of RGB (Red+Green+Blue) = 221+89+140=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD598C is #22A673. Grayscale: #868686. Windows color (decimal): -2270836 or 9198045. OLE color: 9198045.

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

Color convert

RGB 221 89 140 -
CMYK 0 0.60 0.37 0.13
HSL 336.82º 0.66% 0.61% -
HSV(B) 336.82º 0.6% 0.87% -
XYZ 38.12 24.41 27.51 -
YUV 134.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 221 89 140 0 0.60 0.37 0.13 336.82 0.66 0.61
Hex DD 59 8C 0 3C 25 D 151 42 3D
Octal 335 131 214 0 74 45 15 521 102 75
Binary 11011101 1011001 10001100 0 111100 100101 1101 101010001 1000010 111101

Color Harmonies of #DD598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD598C

Black with #DD598C

Text Example


Text Example

White with #DD598C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD598C; }

 p { color: rgb(221,89,140); }

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

background-color css

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

 a { background-color: rgb(221,89,140); }

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

border-color css

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

 span { border-color: rgb(221,89,140); }

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