Html Css Color HEX #DD627C Dark Pink

📋 copy color: '#DD627C'

red 221 ◦ green 98 ◦ blue 124

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

Shades of Dark Pink #DD627C

Tints of Dark Pink #DD627C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.12%

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

R = 49.89%
G = 22.12%
B = 27.99%

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

#DD627C (or 0xDD627C) is known color: Dark Pink. HEX triplet: DD, 62 and 7C. RGB value is (221,98,124). Sum of RGB (Red+Green+Blue) = 221+98+124=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD627C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD627C is #229D83. Grayscale: #898989. Windows color (decimal): -2268548 or 8151773. OLE color: 8151773.

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

Color convert

RGB 221 98 124 -
CMYK 0 0.56 0.44 0.13
HSL 347.32º 0.64% 0.63% -
HSV(B) 347.32º 0.56% 0.87% -
XYZ 37.82 25.56 22.01 -
YUV 137.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 221 98 124 0 0.56 0.44 0.13 347.32 0.64 0.63
Hex DD 62 7C 0 38 2C D 15B 40 3F
Octal 335 142 174 0 70 54 15 533 100 77
Binary 11011101 1100010 1111100 0 111000 101100 1101 101011011 1000000 111111

Color Harmonies of #DD627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD627C

Black with #DD627C

Text Example


Text Example

White with #DD627C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD627C; }

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

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

background-color css

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

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

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

border-color css

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

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

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