Html Css Color HEX #DD528C Dark Pink

📋 copy color: '#DD528C'

red 221 ◦ green 82 ◦ blue 140

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

Shades of Dark Pink #DD528C

Tints of Dark Pink #DD528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.6%

R = 49.89%
G = 18.51%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD528C (or 0xDD528C) is known color: Dark Pink. HEX triplet: DD, 52 and 8C. RGB value is (221,82,140). Sum of RGB (Red+Green+Blue) = 221+82+140=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD528C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD528C is #22AD73. Grayscale: #828282. Windows color (decimal): -2272628 or 9196253. OLE color: 9196253.

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

Color convert

RGB 221 82 140 -
CMYK 0 0.63 0.37 0.13
HSL 334.96º 0.67% 0.59% -
HSV(B) 334.96º 0.63% 0.87% -
XYZ 37.57 23.3 27.33 -
YUV 130.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 221 82 140 0 0.63 0.37 0.13 334.96 0.67 0.59
Hex DD 52 8C 0 3F 25 D 14F 43 3B
Octal 335 122 214 0 77 45 15 517 103 73
Binary 11011101 1010010 10001100 0 111111 100101 1101 101001111 1000011 111011

Color Harmonies of #DD528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD528C

Black with #DD528C

Text Example


Text Example

White with #DD528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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