Html Css Color HEX #DD528B Dark Pink

📋 copy color: '#DD528B'

red 221 ◦ green 82 ◦ blue 139

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

Shades of Dark Pink #DD528B

Tints of Dark Pink #DD528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.45%

R = 50%
G = 18.55%
B = 31.45%

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

#DD528B (or 0xDD528B) is known color: Dark Pink. HEX triplet: DD, 52 and 8B. RGB value is (221,82,139). Sum of RGB (Red+Green+Blue) = 221+82+139=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 82 (32.42% from 255 or 18.55% from 442); Blue value is 139 (54.69% from 255 or 31.45% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD528B is #22AD74. Grayscale: #818181. Windows color (decimal): -2272629 or 9130717. OLE color: 9130717.

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

Color convert

RGB 221 82 139 -
CMYK 0 0.63 0.37 0.13
HSL 335.4º 0.67% 0.59% -
HSV(B) 335.4º 0.63% 0.87% -
XYZ 37.5 23.27 26.94 -
YUV 130.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 221 82 139 0 0.63 0.37 0.13 335.4 0.67 0.59
Hex DD 52 8B 0 3F 25 D 14F 43 3B
Octal 335 122 213 0 77 45 15 517 103 73
Binary 11011101 1010010 10001011 0 111111 100101 1101 101001111 1000011 111011

Color Harmonies of #DD528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD528B

Black with #DD528B

Text Example


Text Example

White with #DD528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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