Html Css Color HEX #DC5680 Cranberry

📋 copy color: '#DC5680'

red 220 ◦ green 86 ◦ blue 128

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

Shades of Cranberry #DC5680

Tints of Cranberry #DC5680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.49%

R = 50.69%
G = 19.82%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5680 (or 0xDC5680) is known color: Cranberry. HEX triplet: DC, 56 and 80. RGB value is (220,86,128). Sum of RGB (Red+Green+Blue) = 220+86+128=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5680 is #23A97F. Grayscale: #828282. Windows color (decimal): -2337152 or 8410844. OLE color: 8410844.

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

Color convert

RGB 220 86 128 -
CMYK 0 0.61 0.42 0.14
HSL 341.19º 0.66% 0.6% -
HSV(B) 341.19º 0.61% 0.86% -
XYZ 36.74 23.43 23.01 -
YUV 130.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 220 86 128 0 0.61 0.42 0.14 341.19 0.66 0.6
Hex DC 56 80 0 3D 2A E 155 42 3C
Octal 334 126 200 0 75 52 16 525 102 74
Binary 11011100 1010110 10000000 0 111101 101010 1110 101010101 1000010 111100

Color Harmonies of #DC5680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5680

Black with #DC5680

Text Example


Text Example

White with #DC5680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5680; }

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

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

background-color css

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

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

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

border-color css

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

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

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