Html Css Color HEX #DC4CA0 Mulberry

📋 copy color: '#DC4CA0'

red 220 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #DC4CA0

Tints of Mulberry #DC4CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 48.25%
G = 16.67%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC4CA0 (or 0xDC4CA0) is known color: Mulberry. HEX triplet: DC, 4C and A0. RGB value is (220,76,160). Sum of RGB (Red+Green+Blue) = 220+76+160=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 76 (30.08% from 255 or 16.67% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4CA0 is #23B35F. Grayscale: #808080. Windows color (decimal): -2339680 or 10505436. OLE color: 10505436.

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

Color convert

RGB 220 76 160 -
CMYK 0 0.65 0.27 0.14
HSL 325º 0.67% 0.58% -
HSV(B) 325º 0.65% 0.86% -
XYZ 38.44 22.92 35.66 -
YUV 128.63 145.71 193.17 -
System Red Green Blue C M Y K H S L
Decimal 220 76 160 0 0.65 0.27 0.14 325 0.67 0.58
Hex DC 4C A0 0 41 1B E 145 43 3A
Octal 334 114 240 0 101 33 16 505 103 72
Binary 11011100 1001100 10100000 0 1000001 11011 1110 101000101 1000011 111010

Color Harmonies of #DC4CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4CA0

Black with #DC4CA0

Text Example


Text Example

White with #DC4CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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