Html Css Color HEX #DA4BA0 Mulberry

📋 copy color: '#DA4BA0'

red 218 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #DA4BA0

Tints of Mulberry #DA4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 48.12%
G = 16.56%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#DA4BA0 (or 0xDA4BA0) is known color: Mulberry. HEX triplet: DA, 4B and A0. RGB value is (218,75,160). Sum of RGB (Red+Green+Blue) = 218+75+160=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA0 is #25B45F. Grayscale: #7F7F7F. Windows color (decimal): -2471008 or 10505178. OLE color: 10505178.

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

Color convert

RGB 218 75 160 -
CMYK 0 0.66 0.27 0.15
HSL 324.34º 0.66% 0.57% -
HSV(B) 324.34º 0.66% 0.85% -
XYZ 37.77 22.48 35.61 -
YUV 127.45 146.38 192.59 -
System Red Green Blue C M Y K H S L
Decimal 218 75 160 0 0.66 0.27 0.15 324.34 0.66 0.57
Hex DA 4B A0 0 42 1B F 144 42 39
Octal 332 113 240 0 102 33 17 504 102 71
Binary 11011010 1001011 10100000 0 1000010 11011 1111 101000100 1000010 111001

Color Harmonies of #DA4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BA0

Black with #DA4BA0

Text Example


Text Example

White with #DA4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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