Html Css Color HEX #DC4E8B Dark Pink

📋 copy color: '#DC4E8B'

red 220 ◦ green 78 ◦ blue 139

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

Shades of Dark Pink #DC4E8B

Tints of Dark Pink #DC4E8B

RGB

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

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

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

R = 50.34%
G = 17.85%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC4E8B (or 0xDC4E8B) is known color: Dark Pink. HEX triplet: DC, 4E and 8B. RGB value is (220,78,139). Sum of RGB (Red+Green+Blue) = 220+78+139=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 78 (30.86% from 255 or 17.85% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4E8B is #23B174. Grayscale: #7F7F7F. Windows color (decimal): -2339189 or 9129692. OLE color: 9129692.

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

Color convert

RGB 220 78 139 -
CMYK 0 0.65 0.37 0.14
HSL 334.23º 0.67% 0.58% -
HSV(B) 334.23º 0.65% 0.86% -
XYZ 36.9 22.53 26.83 -
YUV 127.41 134.54 194.04 -
System Red Green Blue C M Y K H S L
Decimal 220 78 139 0 0.65 0.37 0.14 334.23 0.67 0.58
Hex DC 4E 8B 0 41 25 E 14E 43 3A
Octal 334 116 213 0 101 45 16 516 103 72
Binary 11011100 1001110 10001011 0 1000001 100101 1110 101001110 1000011 111010

Color Harmonies of #DC4E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E8B

Black with #DC4E8B

Text Example


Text Example

White with #DC4E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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