Html Css Color HEX #DC4C99 Mulberry

📋 copy color: '#DC4C99'

red 220 ◦ green 76 ◦ blue 153

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

Shades of Mulberry #DC4C99

Tints of Mulberry #DC4C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.93%

 BLUE value IS 153 (60.16% from 255) = 34.08%

R = 49%
G = 16.93%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DC4C99 (or 0xDC4C99) is known color: Mulberry. HEX triplet: DC, 4C and 99. RGB value is (220,76,153). Sum of RGB (Red+Green+Blue) = 220+76+153=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 153 (60.16% from 255 or 34.08% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C99 is #23B366. Grayscale: #7F7F7F. Windows color (decimal): -2339687 or 10046684. OLE color: 10046684.

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

Color convert

RGB 220 76 153 -
CMYK 0 0.65 0.30 0.14
HSL 327.92º 0.67% 0.58% -
HSV(B) 327.92º 0.65% 0.86% -
XYZ 37.85 22.68 32.52 -
YUV 127.83 142.21 193.74 -
System Red Green Blue C M Y K H S L
Decimal 220 76 153 0 0.65 0.30 0.14 327.92 0.67 0.58
Hex DC 4C 99 0 41 1E E 148 43 3A
Octal 334 114 231 0 101 36 16 510 103 72
Binary 11011100 1001100 10011001 0 1000001 11110 1110 101001000 1000011 111010

Color Harmonies of #DC4C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C99

Black with #DC4C99

Text Example


Text Example

White with #DC4C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C99; }

 p { color: rgb(220,76,153); }

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

background-color css

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

 a { background-color: rgb(220,76,153); }

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

border-color css

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

 span { border-color: rgb(220,76,153); }

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