Html Css Color HEX #DC5385 Dark Pink

📋 copy color: '#DC5385'

red 220 ◦ green 83 ◦ blue 133

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

Shades of Dark Pink #DC5385

Tints of Dark Pink #DC5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 133 (52.34% from 255) = 30.5%

R = 50.46%
G = 19.04%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5385 (or 0xDC5385) is known color: Dark Pink. HEX triplet: DC, 53 and 85. RGB value is (220,83,133). Sum of RGB (Red+Green+Blue) = 220+83+133=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5385 is #23AC7A. Grayscale: #818181. Windows color (decimal): -2337915 or 8737756. OLE color: 8737756.

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

Color convert

RGB 220 83 133 -
CMYK 0 0.62 0.40 0.14
HSL 338.1º 0.66% 0.59% -
HSV(B) 338.1º 0.62% 0.86% -
XYZ 36.84 23.1 24.71 -
YUV 129.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 220 83 133 0 0.62 0.40 0.14 338.1 0.66 0.59
Hex DC 53 85 0 3E 28 E 152 42 3B
Octal 334 123 205 0 76 50 16 522 102 73
Binary 11011100 1010011 10000101 0 111110 101000 1110 101010010 1000010 111011

Color Harmonies of #DC5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5385

Black with #DC5385

Text Example


Text Example

White with #DC5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5385; }

 p { color: rgb(220,83,133); }

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

background-color css

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

 a { background-color: rgb(220,83,133); }

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

border-color css

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

 span { border-color: rgb(220,83,133); }

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