Html Css Color HEX #DA42A9 Mulberry

📋 copy color: '#DA42A9'

red 218 ◦ green 66 ◦ blue 169

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

Shades of Mulberry #DA42A9

Tints of Mulberry #DA42A9

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.57%

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 48.12%
G = 14.57%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA42A9 (or 0xDA42A9) is known color: Mulberry. HEX triplet: DA, 42 and A9. RGB value is (218,66,169). Sum of RGB (Red+Green+Blue) = 218+66+169=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA42A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA42A9 is #25BD56. Grayscale: #7A7A7A. Windows color (decimal): -2473303 or 11092698. OLE color: 11092698.

HSL color Cylindrical-coordinate representation of color #DA42A9: hue angle of 319.34º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DA42A9 is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 66 169 -
CMYK 0 0.70 0.22 0.15
HSL 319.34º 0.67% 0.56% -
HSV(B) 319.34º 0.7% 0.85% -
XYZ 38.02 21.67 39.71 -
YUV 123.19 153.86 195.62 -
System Red Green Blue C M Y K H S L
Decimal 218 66 169 0 0.70 0.22 0.15 319.34 0.67 0.56
Hex DA 42 A9 0 46 16 F 13F 43 38
Octal 332 102 251 0 106 26 17 477 103 70
Binary 11011010 1000010 10101001 0 1000110 10110 1111 100111111 1000011 111000

Color Harmonies of #DA42A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA42A9

Black with #DA42A9

Text Example


Text Example

White with #DA42A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA42A9; }

 p { color: rgb(218,66,169); }

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

background-color css

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

 a { background-color: rgb(218,66,169); }

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

border-color css

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

 span { border-color: rgb(218,66,169); }

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