Html Css Color HEX #DC528E Dark Pink

📋 copy color: '#DC528E'

red 220 ◦ green 82 ◦ blue 142

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

Shades of Dark Pink #DC528E

Tints of Dark Pink #DC528E

RGB

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

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

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

R = 49.55%
G = 18.47%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC528E (or 0xDC528E) is known color: Dark Pink. HEX triplet: DC, 52 and 8E. RGB value is (220,82,142). Sum of RGB (Red+Green+Blue) = 220+82+142=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC528E is #23AD71. Grayscale: #828282. Windows color (decimal): -2338162 or 9327324. OLE color: 9327324.

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

Color convert

RGB 220 82 142 -
CMYK 0 0.63 0.35 0.14
HSL 333.91º 0.66% 0.59% -
HSV(B) 333.91º 0.63% 0.86% -
XYZ 37.41 23.2 28.1 -
YUV 130.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 220 82 142 0 0.63 0.35 0.14 333.91 0.66 0.59
Hex DC 52 8E 0 3F 23 E 14E 42 3B
Octal 334 122 216 0 77 43 16 516 102 73
Binary 11011100 1010010 10001110 0 111111 100011 1110 101001110 1000010 111011

Color Harmonies of #DC528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC528E

Black with #DC528E

Text Example


Text Example

White with #DC528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC528E; }

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

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

background-color css

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

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

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

border-color css

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

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

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