Html Css Color HEX #DA4BA2 Mulberry

📋 copy color: '#DA4BA2'

red 218 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #DA4BA2

Tints of Mulberry #DA4BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 35.6%

R = 47.91%
G = 16.48%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA4BA2 (or 0xDA4BA2) is known color: Mulberry. HEX triplet: DA, 4B and A2. RGB value is (218,75,162). Sum of RGB (Red+Green+Blue) = 218+75+162=455 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.91% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4BA2 is #25B45D. Grayscale: #7F7F7F. Windows color (decimal): -2471006 or 10636250. OLE color: 10636250.

HSL color Cylindrical-coordinate representation of color #DA4BA2: hue angle of 323.5º 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 #DA4BA2 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 162 -
CMYK 0 0.66 0.26 0.15
HSL 323.5º 0.66% 0.57% -
HSV(B) 323.5º 0.66% 0.85% -
XYZ 37.95 22.55 36.53 -
YUV 127.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 218 75 162 0 0.66 0.26 0.15 323.5 0.66 0.57
Hex DA 4B A2 0 42 1A F 143 42 39
Octal 332 113 242 0 102 32 17 503 102 71
Binary 11011010 1001011 10100010 0 1000010 11010 1111 101000011 1000010 111001

Color Harmonies of #DA4BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4BA2

Black with #DA4BA2

Text Example


Text Example

White with #DA4BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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