Html Css Color HEX #DA4AA7 Mulberry

📋 copy color: '#DA4AA7'

red 218 ◦ green 74 ◦ blue 167

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

Shades of Mulberry #DA4AA7

Tints of Mulberry #DA4AA7

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.12%

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 47.49%
G = 16.12%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DA4AA7 (or 0xDA4AA7) is known color: Mulberry. HEX triplet: DA, 4A and A7. RGB value is (218,74,167). Sum of RGB (Red+Green+Blue) = 218+74+167=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 74 (29.30% from 255 or 16.12% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4AA7 is #25B558. Grayscale: #7F7F7F. Windows color (decimal): -2471257 or 10963674. OLE color: 10963674.

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

Color convert

RGB 218 74 167 -
CMYK 0 0.66 0.23 0.15
HSL 321.25º 0.66% 0.57% -
HSV(B) 321.25º 0.66% 0.85% -
XYZ 38.34 22.59 38.9 -
YUV 127.66 150.21 192.44 -
System Red Green Blue C M Y K H S L
Decimal 218 74 167 0 0.66 0.23 0.15 321.25 0.66 0.57
Hex DA 4A A7 0 42 17 F 141 42 39
Octal 332 112 247 0 102 27 17 501 102 71
Binary 11011010 1001010 10100111 0 1000010 10111 1111 101000001 1000010 111001

Color Harmonies of #DA4AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4AA7

Black with #DA4AA7

Text Example


Text Example

White with #DA4AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4AA7; }

 p { color: rgb(218,74,167); }

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

background-color css

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

 a { background-color: rgb(218,74,167); }

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

border-color css

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

 span { border-color: rgb(218,74,167); }

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