Html Css Color HEX #DD5293 Dark Pink

📋 copy color: '#DD5293'

red 221 ◦ green 82 ◦ blue 147

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

Shades of Dark Pink #DD5293

Tints of Dark Pink #DD5293

RGB

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

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

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

R = 49.11%
G = 18.22%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5293 (or 0xDD5293) is known color: Dark Pink. HEX triplet: DD, 52 and 93. RGB value is (221,82,147). Sum of RGB (Red+Green+Blue) = 221+82+147=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5293 is #22AD6C. Grayscale: #828282. Windows color (decimal): -2272621 or 9655005. OLE color: 9655005.

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

Color convert

RGB 221 82 147 -
CMYK 0 0.63 0.33 0.13
HSL 331.94º 0.67% 0.59% -
HSV(B) 331.94º 0.63% 0.87% -
XYZ 38.1 23.51 30.13 -
YUV 130.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 221 82 147 0 0.63 0.33 0.13 331.94 0.67 0.59
Hex DD 52 93 0 3F 21 D 14C 43 3B
Octal 335 122 223 0 77 41 15 514 103 73
Binary 11011101 1010010 10010011 0 111111 100001 1101 101001100 1000011 111011

Color Harmonies of #DD5293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5293

Black with #DD5293

Text Example


Text Example

White with #DD5293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5293; }

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

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

background-color css

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

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

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

border-color css

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

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

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