Html Css Color HEX #DD627D Dark Pink

📋 copy color: '#DD627D'

red 221 ◦ green 98 ◦ blue 125

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

Shades of Dark Pink #DD627D

Tints of Dark Pink #DD627D

RGB

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

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

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

R = 49.77%
G = 22.07%
B = 28.15%

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

#DD627D (or 0xDD627D) is known color: Dark Pink. HEX triplet: DD, 62 and 7D. RGB value is (221,98,125). Sum of RGB (Red+Green+Blue) = 221+98+125=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD627D is #229D82. Grayscale: #898989. Windows color (decimal): -2268547 or 8217309. OLE color: 8217309.

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

Color convert

RGB 221 98 125 -
CMYK 0 0.56 0.43 0.13
HSL 346.83º 0.64% 0.63% -
HSV(B) 346.83º 0.56% 0.87% -
XYZ 37.89 25.59 22.34 -
YUV 137.86 120.75 187.3 -
System Red Green Blue C M Y K H S L
Decimal 221 98 125 0 0.56 0.43 0.13 346.83 0.64 0.63
Hex DD 62 7D 0 38 2B D 15B 40 3F
Octal 335 142 175 0 70 53 15 533 100 77
Binary 11011101 1100010 1111101 0 111000 101011 1101 101011011 1000000 111111

Color Harmonies of #DD627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD627D

Black with #DD627D

Text Example


Text Example

White with #DD627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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