Html Css Color HEX #DD5291 Dark Pink

📋 copy color: '#DD5291'

red 221 ◦ green 82 ◦ blue 145

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

Shades of Dark Pink #DD5291

Tints of Dark Pink #DD5291

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.3%

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 49.33%
G = 18.3%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5291 (or 0xDD5291) is known color: Dark Pink. HEX triplet: DD, 52 and 91. RGB value is (221,82,145). Sum of RGB (Red+Green+Blue) = 221+82+145=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5291 is #22AD6E. Grayscale: #828282. Windows color (decimal): -2272623 or 9523933. OLE color: 9523933.

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

Color convert

RGB 221 82 145 -
CMYK 0 0.63 0.34 0.13
HSL 332.81º 0.67% 0.59% -
HSV(B) 332.81º 0.63% 0.87% -
XYZ 37.95 23.45 29.31 -
YUV 130.74 136.05 192.38 -
System Red Green Blue C M Y K H S L
Decimal 221 82 145 0 0.63 0.34 0.13 332.81 0.67 0.59
Hex DD 52 91 0 3F 22 D 14D 43 3B
Octal 335 122 221 0 77 42 15 515 103 73
Binary 11011101 1010010 10010001 0 111111 100010 1101 101001101 1000011 111011

Color Harmonies of #DD5291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5291

Black with #DD5291

Text Example


Text Example

White with #DD5291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5291; }

 p { color: rgb(221,82,145); }

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

background-color css

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

 a { background-color: rgb(221,82,145); }

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

border-color css

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

 span { border-color: rgb(221,82,145); }

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