Html Css Color HEX #DD5C7F Dark Pink

📋 copy color: '#DD5C7F'

red 221 ◦ green 92 ◦ blue 127

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

Shades of Dark Pink #DD5C7F

Tints of Dark Pink #DD5C7F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 50.23%
G = 20.91%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD5C7F (or 0xDD5C7F) is known color: Dark Pink. HEX triplet: DD, 5C and 7F. RGB value is (221,92,127). Sum of RGB (Red+Green+Blue) = 221+92+127=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C7F is #22A380. Grayscale: #868686. Windows color (decimal): -2270081 or 8346845. OLE color: 8346845.

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

Color convert

RGB 221 92 127 -
CMYK 0 0.58 0.43 0.13
HSL 343.72º 0.65% 0.61% -
HSV(B) 343.72º 0.58% 0.87% -
XYZ 37.48 24.56 22.84 -
YUV 134.56 123.74 189.65 -
System Red Green Blue C M Y K H S L
Decimal 221 92 127 0 0.58 0.43 0.13 343.72 0.65 0.61
Hex DD 5C 7F 0 3A 2B D 158 41 3D
Octal 335 134 177 0 72 53 15 530 101 75
Binary 11011101 1011100 1111111 0 111010 101011 1101 101011000 1000001 111101

Color Harmonies of #DD5C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C7F

Black with #DD5C7F

Text Example


Text Example

White with #DD5C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C7F; }

 p { color: rgb(221,92,127); }

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

background-color css

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

 a { background-color: rgb(221,92,127); }

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

border-color css

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

 span { border-color: rgb(221,92,127); }

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