Html Css Color HEX #DC5683 Dark Pink

📋 copy color: '#DC5683'

red 220 ◦ green 86 ◦ blue 131

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

Shades of Dark Pink #DC5683

Tints of Dark Pink #DC5683

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.68%

 BLUE value IS 131 (51.56% from 255) = 29.98%

R = 50.34%
G = 19.68%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5683 (or 0xDC5683) is known color: Dark Pink. HEX triplet: DC, 56 and 83. RGB value is (220,86,131). Sum of RGB (Red+Green+Blue) = 220+86+131=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 131 (51.56% from 255 or 29.98% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5683 is #23A97C. Grayscale: #838383. Windows color (decimal): -2337149 or 8607452. OLE color: 8607452.

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

Color convert

RGB 220 86 131 -
CMYK 0 0.61 0.40 0.14
HSL 339.85º 0.66% 0.6% -
HSV(B) 339.85º 0.61% 0.86% -
XYZ 36.94 23.51 24.06 -
YUV 131.2 127.89 191.34 -
System Red Green Blue C M Y K H S L
Decimal 220 86 131 0 0.61 0.40 0.14 339.85 0.66 0.6
Hex DC 56 83 0 3D 28 E 154 42 3C
Octal 334 126 203 0 75 50 16 524 102 74
Binary 11011100 1010110 10000011 0 111101 101000 1110 101010100 1000010 111100

Color Harmonies of #DC5683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5683

Black with #DC5683

Text Example


Text Example

White with #DC5683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5683; }

 p { color: rgb(220,86,131); }

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

background-color css

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

 a { background-color: rgb(220,86,131); }

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

border-color css

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

 span { border-color: rgb(220,86,131); }

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