Html Css Color HEX #DC528D Dark Pink

📋 copy color: '#DC528D'

red 220 ◦ green 82 ◦ blue 141

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

Shades of Dark Pink #DC528D

Tints of Dark Pink #DC528D

RGB

 RED value IS 220 (86.33% from 255) = 49.66%

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

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 49.66%
G = 18.51%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC528D (or 0xDC528D) is known color: Dark Pink. HEX triplet: DC, 52 and 8D. RGB value is (220,82,141). Sum of RGB (Red+Green+Blue) = 220+82+141=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC528D is #23AD72. Grayscale: #818181. Windows color (decimal): -2338163 or 9261788. OLE color: 9261788.

HSL color Cylindrical-coordinate representation of color #DC528D: hue angle of 334.35º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DC528D is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 141 -
CMYK 0 0.63 0.36 0.14
HSL 334.35º 0.66% 0.59% -
HSV(B) 334.35º 0.63% 0.86% -
XYZ 37.34 23.17 27.7 -
YUV 129.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 220 82 141 0 0.63 0.36 0.14 334.35 0.66 0.59
Hex DC 52 8D 0 3F 24 E 14E 42 3B
Octal 334 122 215 0 77 44 16 516 102 73
Binary 11011100 1010010 10001101 0 111111 100100 1110 101001110 1000010 111011

Color Harmonies of #DC528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC528D

Black with #DC528D

Text Example


Text Example

White with #DC528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC528D; }

 p { color: rgb(220,82,141); }

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

background-color css

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

 a { background-color: rgb(220,82,141); }

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

border-color css

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

 span { border-color: rgb(220,82,141); }

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