Html Css Color HEX #DC5D8A Dark Pink

📋 copy color: '#DC5D8A'

red 220 ◦ green 93 ◦ blue 138

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

Shades of Dark Pink #DC5D8A

Tints of Dark Pink #DC5D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.62%

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 48.78%
G = 20.62%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC5D8A (or 0xDC5D8A) is known color: Dark Pink. HEX triplet: DC, 5D and 8A. RGB value is (220,93,138). Sum of RGB (Red+Green+Blue) = 220+93+138=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D8A is #23A275. Grayscale: #888888. Windows color (decimal): -2335350 or 9067996. OLE color: 9067996.

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

Color convert

RGB 220 93 138 -
CMYK 0 0.58 0.37 0.14
HSL 338.74º 0.64% 0.61% -
HSV(B) 338.74º 0.58% 0.86% -
XYZ 38.02 24.88 26.84 -
YUV 136.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 220 93 138 0 0.58 0.37 0.14 338.74 0.64 0.61
Hex DC 5D 8A 0 3A 25 E 153 40 3D
Octal 334 135 212 0 72 45 16 523 100 75
Binary 11011100 1011101 10001010 0 111010 100101 1110 101010011 1000000 111101

Color Harmonies of #DC5D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D8A

Black with #DC5D8A

Text Example


Text Example

White with #DC5D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D8A; }

 p { color: rgb(220,93,138); }

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

background-color css

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

 a { background-color: rgb(220,93,138); }

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

border-color css

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

 span { border-color: rgb(220,93,138); }

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