Html Css Color HEX #DA4CA0 Mulberry

📋 copy color: '#DA4CA0'

red 218 ◦ green 76 ◦ blue 160

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

Shades of Mulberry #DA4CA0

Tints of Mulberry #DA4CA0

RGB

 RED value IS 218 (85.55% from 255) = 48.02%

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

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

R = 48.02%
G = 16.74%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA4CA0 (or 0xDA4CA0) is known color: Mulberry. HEX triplet: DA, 4C and A0. RGB value is (218,76,160). Sum of RGB (Red+Green+Blue) = 218+76+160=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4CA0 is #25B35F. Grayscale: #7F7F7F. Windows color (decimal): -2470752 or 10505434. OLE color: 10505434.

HSL color Cylindrical-coordinate representation of color #DA4CA0: hue angle of 324.51º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA4CA0 is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 76 160 -
CMYK 0 0.65 0.27 0.15
HSL 324.51º 0.66% 0.58% -
HSV(B) 324.51º 0.65% 0.85% -
XYZ 37.84 22.61 35.63 -
YUV 128.03 146.04 192.17 -
System Red Green Blue C M Y K H S L
Decimal 218 76 160 0 0.65 0.27 0.15 324.51 0.66 0.58
Hex DA 4C A0 0 41 1B F 145 42 3A
Octal 332 114 240 0 101 33 17 505 102 72
Binary 11011010 1001100 10100000 0 1000001 11011 1111 101000101 1000010 111010

Color Harmonies of #DA4CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4CA0

Black with #DA4CA0

Text Example


Text Example

White with #DA4CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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