Html Css Color HEX #DD5E7E Dark Pink

📋 copy color: '#DD5E7E'

red 221 ◦ green 94 ◦ blue 126

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

Shades of Dark Pink #DD5E7E

Tints of Dark Pink #DD5E7E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.32%

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 50.11%
G = 21.32%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD5E7E (or 0xDD5E7E) is known color: Dark Pink. HEX triplet: DD, 5E and 7E. RGB value is (221,94,126). Sum of RGB (Red+Green+Blue) = 221+94+126=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5E7E is #22A181. Grayscale: #878787. Windows color (decimal): -2269570 or 8281821. OLE color: 8281821.

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

Color convert

RGB 221 94 126 -
CMYK 0 0.57 0.43 0.13
HSL 344.88º 0.65% 0.62% -
HSV(B) 344.88º 0.57% 0.87% -
XYZ 37.59 24.88 22.56 -
YUV 135.62 122.58 188.9 -
System Red Green Blue C M Y K H S L
Decimal 221 94 126 0 0.57 0.43 0.13 344.88 0.65 0.62
Hex DD 5E 7E 0 39 2B D 159 41 3E
Octal 335 136 176 0 71 53 15 531 101 76
Binary 11011101 1011110 1111110 0 111001 101011 1101 101011001 1000001 111110

Color Harmonies of #DD5E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E7E

Black with #DD5E7E

Text Example


Text Example

White with #DD5E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E7E; }

 p { color: rgb(221,94,126); }

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

background-color css

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

 a { background-color: rgb(221,94,126); }

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

border-color css

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

 span { border-color: rgb(221,94,126); }

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