Html Css Color HEX #DD617C Dark Pink

📋 copy color: '#DD617C'

red 221 ◦ green 97 ◦ blue 124

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

Shades of Dark Pink #DD617C

Tints of Dark Pink #DD617C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.05%

R = 50%
G = 21.95%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD617C (or 0xDD617C) is known color: Dark Pink. HEX triplet: DD, 61 and 7C. RGB value is (221,97,124). Sum of RGB (Red+Green+Blue) = 221+97+124=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 124 (48.83% from 255 or 28.05% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD617C is #229E83. Grayscale: #898989. Windows color (decimal): -2268804 or 8151517. OLE color: 8151517.

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

Color convert

RGB 221 97 124 -
CMYK 0 0.56 0.44 0.13
HSL 346.94º 0.65% 0.62% -
HSV(B) 346.94º 0.56% 0.87% -
XYZ 37.73 25.38 21.98 -
YUV 137.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 221 97 124 0 0.56 0.44 0.13 346.94 0.65 0.62
Hex DD 61 7C 0 38 2C D 15B 41 3E
Octal 335 141 174 0 70 54 15 533 101 76
Binary 11011101 1100001 1111100 0 111000 101100 1101 101011011 1000001 111110

Color Harmonies of #DD617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD617C

Black with #DD617C

Text Example


Text Example

White with #DD617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD617C; }

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

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

background-color css

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

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

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

border-color css

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

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

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