Html Css Color HEX #DD5E85 Dark Pink

📋 copy color: '#DD5E85'

red 221 ◦ green 94 ◦ blue 133

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

Shades of Dark Pink #DD5E85

Tints of Dark Pink #DD5E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.69%

R = 49.33%
G = 20.98%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD5E85 (or 0xDD5E85) is known color: Dark Pink. HEX triplet: DD, 5E and 85. RGB value is (221,94,133). Sum of RGB (Red+Green+Blue) = 221+94+133=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5E85 is #22A17A. Grayscale: #888888. Windows color (decimal): -2269563 or 8740573. OLE color: 8740573.

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

Color convert

RGB 221 94 133 -
CMYK 0 0.57 0.40 0.13
HSL 341.57º 0.65% 0.62% -
HSV(B) 341.57º 0.57% 0.87% -
XYZ 38.06 25.07 25.02 -
YUV 136.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 221 94 133 0 0.57 0.40 0.13 341.57 0.65 0.62
Hex DD 5E 85 0 39 28 D 156 41 3E
Octal 335 136 205 0 71 50 15 526 101 76
Binary 11011101 1011110 10000101 0 111001 101000 1101 101010110 1000001 111110

Color Harmonies of #DD5E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5E85

Black with #DD5E85

Text Example


Text Example

White with #DD5E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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