Html Css Color HEX #DD5090 Dark Pink

📋 copy color: '#DD5090'

red 221 ◦ green 80 ◦ blue 144

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

Shades of Dark Pink #DD5090

Tints of Dark Pink #DD5090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.36%

R = 49.66%
G = 17.98%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD5090 (or 0xDD5090) is known color: Dark Pink. HEX triplet: DD, 50 and 90. RGB value is (221,80,144). Sum of RGB (Red+Green+Blue) = 221+80+144=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 144 (56.64% from 255 or 32.36% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5090 is #22AF6F. Grayscale: #818181. Windows color (decimal): -2273136 or 9457885. OLE color: 9457885.

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

Color convert

RGB 221 80 144 -
CMYK 0 0.64 0.35 0.13
HSL 332.77º 0.67% 0.59% -
HSV(B) 332.77º 0.64% 0.87% -
XYZ 37.72 23.12 28.86 -
YUV 129.46 136.21 193.3 -
System Red Green Blue C M Y K H S L
Decimal 221 80 144 0 0.64 0.35 0.13 332.77 0.67 0.59
Hex DD 50 90 0 40 23 D 14D 43 3B
Octal 335 120 220 0 100 43 15 515 103 73
Binary 11011101 1010000 10010000 0 1000000 100011 1101 101001101 1000011 111011

Color Harmonies of #DD5090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5090

Black with #DD5090

Text Example


Text Example

White with #DD5090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5090; }

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

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

background-color css

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

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

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

border-color css

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

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

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