Html Css Color HEX #DD5A91 Dark Pink

📋 copy color: '#DD5A91'

red 221 ◦ green 90 ◦ blue 145

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

Shades of Dark Pink #DD5A91

Tints of Dark Pink #DD5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

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

R = 48.46%
G = 19.74%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5A91 (or 0xDD5A91) is known color: Dark Pink. HEX triplet: DD, 5A and 91. RGB value is (221,90,145). Sum of RGB (Red+Green+Blue) = 221+90+145=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 145 (57.03% from 255 or 31.80% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A91 is #22A56E. Grayscale: #878787. Windows color (decimal): -2270575 or 9525981. OLE color: 9525981.

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

Color convert

RGB 221 90 145 -
CMYK 0 0.59 0.34 0.13
HSL 334.81º 0.66% 0.61% -
HSV(B) 334.81º 0.59% 0.87% -
XYZ 38.59 24.73 29.53 -
YUV 135.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 221 90 145 0 0.59 0.34 0.13 334.81 0.66 0.61
Hex DD 5A 91 0 3B 22 D 14F 42 3D
Octal 335 132 221 0 73 42 15 517 102 75
Binary 11011101 1011010 10010001 0 111011 100010 1101 101001111 1000010 111101

Color Harmonies of #DD5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A91

Black with #DD5A91

Text Example


Text Example

White with #DD5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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