Html Css Color HEX #DC4E88 Dark Pink

📋 copy color: '#DC4E88'

red 220 ◦ green 78 ◦ blue 136

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

Shades of Dark Pink #DC4E88

Tints of Dark Pink #DC4E88

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.97%

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 50.69%
G = 17.97%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4E88 (or 0xDC4E88) is known color: Dark Pink. HEX triplet: DC, 4E and 88. RGB value is (220,78,136). Sum of RGB (Red+Green+Blue) = 220+78+136=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4E88 is #23B177. Grayscale: #7E7E7E. Windows color (decimal): -2339192 or 8933084. OLE color: 8933084.

HSL color Cylindrical-coordinate representation of color #DC4E88: hue angle of 335.49º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E88 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 78 136 -
CMYK 0 0.65 0.38 0.14
HSL 335.49º 0.67% 0.58% -
HSV(B) 335.49º 0.65% 0.86% -
XYZ 36.68 22.44 25.69 -
YUV 127.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 220 78 136 0 0.65 0.38 0.14 335.49 0.67 0.58
Hex DC 4E 88 0 41 26 E 14F 43 3A
Octal 334 116 210 0 101 46 16 517 103 72
Binary 11011100 1001110 10001000 0 1000001 100110 1110 101001111 1000011 111010

Color Harmonies of #DC4E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E88

Black with #DC4E88

Text Example


Text Example

White with #DC4E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E88; }

 p { color: rgb(220,78,136); }

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

background-color css

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

 a { background-color: rgb(220,78,136); }

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

border-color css

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

 span { border-color: rgb(220,78,136); }

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