Html Css Color HEX #DC4897 Mulberry

📋 copy color: '#DC4897'

red 220 ◦ green 72 ◦ blue 151

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

Shades of Mulberry #DC4897

Tints of Mulberry #DC4897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.09%

R = 49.66%
G = 16.25%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC4897 (or 0xDC4897) is known color: Mulberry. HEX triplet: DC, 48 and 97. RGB value is (220,72,151). Sum of RGB (Red+Green+Blue) = 220+72+151=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 72 (28.52% from 255 or 16.25% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4897 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4897 is #23B768. Grayscale: #7D7D7D. Windows color (decimal): -2340713 or 9914588. OLE color: 9914588.

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

Color convert

RGB 220 72 151 -
CMYK 0 0.67 0.31 0.14
HSL 327.97º 0.68% 0.57% -
HSV(B) 327.97º 0.67% 0.86% -
XYZ 37.42 22.08 31.57 -
YUV 125.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 220 72 151 0 0.67 0.31 0.14 327.97 0.68 0.57
Hex DC 48 97 0 43 1F E 148 44 39
Octal 334 110 227 0 103 37 16 510 104 71
Binary 11011100 1001000 10010111 0 1000011 11111 1110 101001000 1000100 111001

Color Harmonies of #DC4897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4897

Black with #DC4897

Text Example


Text Example

White with #DC4897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4897; }

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

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

background-color css

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

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

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

border-color css

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

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

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