Html Css Color HEX #DC5696 Mulberry

📋 copy color: '#DC5696'

red 220 ◦ green 86 ◦ blue 150

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

Shades of Mulberry #DC5696

Tints of Mulberry #DC5696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.89%

R = 48.25%
G = 18.86%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5696 (or 0xDC5696) is known color: Mulberry. HEX triplet: DC, 56 and 96. RGB value is (220,86,150). Sum of RGB (Red+Green+Blue) = 220+86+150=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5696 is #23A969. Grayscale: #858585. Windows color (decimal): -2337130 or 9852636. OLE color: 9852636.

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

Color convert

RGB 220 86 150 -
CMYK 0 0.61 0.32 0.14
HSL 331.34º 0.66% 0.6% -
HSV(B) 331.34º 0.61% 0.86% -
XYZ 38.35 24.07 31.48 -
YUV 133.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 220 86 150 0 0.61 0.32 0.14 331.34 0.66 0.6
Hex DC 56 96 0 3D 20 E 14B 42 3C
Octal 334 126 226 0 75 40 16 513 102 74
Binary 11011100 1010110 10010110 0 111101 100000 1110 101001011 1000010 111100

Color Harmonies of #DC5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5696

Black with #DC5696

Text Example


Text Example

White with #DC5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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