Html Css Color HEX #DD528E Dark Pink

📋 copy color: '#DD528E'

red 221 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #DD528E

Tints of Dark Pink #DD528E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.91%

R = 49.66%
G = 18.43%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD528E (or 0xDD528E) is known color: Dark Pink. HEX triplet: DD, 52 and 8E. RGB value is (221,82,142). Sum of RGB (Red+Green+Blue) = 221+82+142=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD528E is #22AD71. Grayscale: #828282. Windows color (decimal): -2272626 or 9327325. OLE color: 9327325.

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

Color convert

RGB 221 82 142 -
CMYK 0 0.63 0.36 0.13
HSL 334.1º 0.67% 0.59% -
HSV(B) 334.1º 0.63% 0.87% -
XYZ 37.72 23.36 28.11 -
YUV 130.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 221 82 142 0 0.63 0.36 0.13 334.1 0.67 0.59
Hex DD 52 8E 0 3F 24 D 14E 43 3B
Octal 335 122 216 0 77 44 15 516 103 73
Binary 11011101 1010010 10001110 0 111111 100100 1101 101001110 1000011 111011

Color Harmonies of #DD528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD528E

Black with #DD528E

Text Example


Text Example

White with #DD528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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