Html Css Color HEX #DD5693 Dark Pink

📋 copy color: '#DD5693'

red 221 ◦ green 86 ◦ blue 147

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

Shades of Dark Pink #DD5693

Tints of Dark Pink #DD5693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.94%

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 48.68%
G = 18.94%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5693 (or 0xDD5693) is known color: Dark Pink. HEX triplet: DD, 56 and 93. RGB value is (221,86,147). Sum of RGB (Red+Green+Blue) = 221+86+147=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5693 is #22A96C. Grayscale: #858585. Windows color (decimal): -2271597 or 9656029. OLE color: 9656029.

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

Color convert

RGB 221 86 147 -
CMYK 0 0.61 0.33 0.13
HSL 332.89º 0.67% 0.6% -
HSV(B) 332.89º 0.61% 0.87% -
XYZ 38.41 24.13 30.24 -
YUV 133.32 135.73 190.54 -
System Red Green Blue C M Y K H S L
Decimal 221 86 147 0 0.61 0.33 0.13 332.89 0.67 0.6
Hex DD 56 93 0 3D 21 D 14D 43 3C
Octal 335 126 223 0 75 41 15 515 103 74
Binary 11011101 1010110 10010011 0 111101 100001 1101 101001101 1000011 111100

Color Harmonies of #DD5693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5693

Black with #DD5693

Text Example


Text Example

White with #DD5693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5693; }

 p { color: rgb(221,86,147); }

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

background-color css

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

 a { background-color: rgb(221,86,147); }

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

border-color css

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

 span { border-color: rgb(221,86,147); }

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