Html Css Color HEX #DD617D Dark Pink

📋 copy color: '#DD617D'

red 221 ◦ green 97 ◦ blue 125

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

Shades of Dark Pink #DD617D

Tints of Dark Pink #DD617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.9%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 49.89%
G = 21.9%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD617D (or 0xDD617D) is known color: Dark Pink. HEX triplet: DD, 61 and 7D. RGB value is (221,97,125). Sum of RGB (Red+Green+Blue) = 221+97+125=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 97 (38.28% from 255 or 21.90% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617D is #229E82. Grayscale: #898989. Windows color (decimal): -2268803 or 8217053. OLE color: 8217053.

HSL color Cylindrical-coordinate representation of color #DD617D: hue angle of 346.45º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD617D is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 97 125 -
CMYK 0 0.56 0.43 0.13
HSL 346.45º 0.65% 0.62% -
HSV(B) 346.45º 0.56% 0.87% -
XYZ 37.8 25.4 22.31 -
YUV 137.27 121.08 187.72 -
System Red Green Blue C M Y K H S L
Decimal 221 97 125 0 0.56 0.43 0.13 346.45 0.65 0.62
Hex DD 61 7D 0 38 2B D 15A 41 3E
Octal 335 141 175 0 70 53 15 532 101 76
Binary 11011101 1100001 1111101 0 111000 101011 1101 101011010 1000001 111110

Color Harmonies of #DD617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD617D

Black with #DD617D

Text Example


Text Example

White with #DD617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD617D; }

 p { color: rgb(221,97,125); }

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

background-color css

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

 a { background-color: rgb(221,97,125); }

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

border-color css

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

 span { border-color: rgb(221,97,125); }

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