Html Css Color HEX #DD5092 Dark Pink

📋 copy color: '#DD5092'

red 221 ◦ green 80 ◦ blue 146

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

Shades of Dark Pink #DD5092

Tints of Dark Pink #DD5092

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

 BLUE value IS 146 (57.42% from 255) = 32.66%

R = 49.44%
G = 17.9%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5092 (or 0xDD5092) is known color: Dark Pink. HEX triplet: DD, 50 and 92. RGB value is (221,80,146). Sum of RGB (Red+Green+Blue) = 221+80+146=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5092 is #22AF6D. Grayscale: #818181. Windows color (decimal): -2273134 or 9588957. OLE color: 9588957.

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

Color convert

RGB 221 80 146 -
CMYK 0 0.64 0.34 0.13
HSL 331.91º 0.67% 0.59% -
HSV(B) 331.91º 0.64% 0.87% -
XYZ 37.88 23.18 29.67 -
YUV 129.68 137.21 193.13 -
System Red Green Blue C M Y K H S L
Decimal 221 80 146 0 0.64 0.34 0.13 331.91 0.67 0.59
Hex DD 50 92 0 40 22 D 14C 43 3B
Octal 335 120 222 0 100 42 15 514 103 73
Binary 11011101 1010000 10010010 0 1000000 100010 1101 101001100 1000011 111011

Color Harmonies of #DD5092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5092

Black with #DD5092

Text Example


Text Example

White with #DD5092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5092; }

 p { color: rgb(221,80,146); }

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

background-color css

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

 a { background-color: rgb(221,80,146); }

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

border-color css

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

 span { border-color: rgb(221,80,146); }

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