Html Css Color HEX #DC489D Mulberry

📋 copy color: '#DC489D'

red 220 ◦ green 72 ◦ blue 157

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

Shades of Mulberry #DC489D

Tints of Mulberry #DC489D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.04%

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 49%
G = 16.04%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC489D (or 0xDC489D) is known color: Mulberry. HEX triplet: DC, 48 and 9D. RGB value is (220,72,157). Sum of RGB (Red+Green+Blue) = 220+72+157=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC489D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC489D is #23B762. Grayscale: #7D7D7D. Windows color (decimal): -2340707 or 10307804. OLE color: 10307804.

HSL color Cylindrical-coordinate representation of color #DC489D: hue angle of 325.54º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC489D is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 157 -
CMYK 0 0.67 0.29 0.14
HSL 325.54º 0.68% 0.57% -
HSV(B) 325.54º 0.67% 0.86% -
XYZ 37.92 22.28 34.2 -
YUV 125.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 220 72 157 0 0.67 0.29 0.14 325.54 0.68 0.57
Hex DC 48 9D 0 43 1D E 146 44 39
Octal 334 110 235 0 103 35 16 506 104 71
Binary 11011100 1001000 10011101 0 1000011 11101 1110 101000110 1000100 111001

Color Harmonies of #DC489D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC489D

Black with #DC489D

Text Example


Text Example

White with #DC489D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC489D; }

 p { color: rgb(220,72,157); }

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

background-color css

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

 a { background-color: rgb(220,72,157); }

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

border-color css

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

 span { border-color: rgb(220,72,157); }

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