Html Css Color HEX #DC5E8B Dark Pink

📋 copy color: '#DC5E8B'

red 220 ◦ green 94 ◦ blue 139

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

Shades of Dark Pink #DC5E8B

Tints of Dark Pink #DC5E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.75%

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

R = 48.57%
G = 20.75%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC5E8B (or 0xDC5E8B) is known color: Dark Pink. HEX triplet: DC, 5E and 8B. RGB value is (220,94,139). Sum of RGB (Red+Green+Blue) = 220+94+139=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E8B is #23A174. Grayscale: #888888. Windows color (decimal): -2335093 or 9133788. OLE color: 9133788.

HSL color Cylindrical-coordinate representation of color #DC5E8B: hue angle of 338.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E8B is Cyan = 0, Magento = 0.57, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 139 -
CMYK 0 0.57 0.37 0.14
HSL 338.57º 0.64% 0.62% -
HSV(B) 338.57º 0.57% 0.86% -
XYZ 38.18 25.09 27.26 -
YUV 136.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 220 94 139 0 0.57 0.37 0.14 338.57 0.64 0.62
Hex DC 5E 8B 0 39 25 E 153 40 3E
Octal 334 136 213 0 71 45 16 523 100 76
Binary 11011100 1011110 10001011 0 111001 100101 1110 101010011 1000000 111110

Color Harmonies of #DC5E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E8B

Black with #DC5E8B

Text Example


Text Example

White with #DC5E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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