Html Css Color HEX #DA4691 Mulberry

📋 copy color: '#DA4691'

red 218 ◦ green 70 ◦ blue 145

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

Shades of Mulberry #DA4691

Tints of Mulberry #DA4691

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.17%

 BLUE value IS 145 (57.03% from 255) = 33.49%

R = 50.35%
G = 16.17%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4691 (or 0xDA4691) is known color: Mulberry. HEX triplet: DA, 46 and 91. RGB value is (218,70,145). Sum of RGB (Red+Green+Blue) = 218+70+145=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 145 (57.03% from 255 or 33.49% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4691 is #25B96E. Grayscale: #7A7A7A. Windows color (decimal): -2472303 or 9520858. OLE color: 9520858.

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

Color convert

RGB 218 70 145 -
CMYK 0 0.68 0.33 0.15
HSL 329.59º 0.67% 0.56% -
HSV(B) 329.59º 0.68% 0.85% -
XYZ 36.21 21.33 29 -
YUV 122.8 140.53 195.9 -
System Red Green Blue C M Y K H S L
Decimal 218 70 145 0 0.68 0.33 0.15 329.59 0.67 0.56
Hex DA 46 91 0 44 21 F 14A 43 38
Octal 332 106 221 0 104 41 17 512 103 70
Binary 11011010 1000110 10010001 0 1000100 100001 1111 101001010 1000011 111000

Color Harmonies of #DA4691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4691

Black with #DA4691

Text Example


Text Example

White with #DA4691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4691; }

 p { color: rgb(218,70,145); }

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

background-color css

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

 a { background-color: rgb(218,70,145); }

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

border-color css

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

 span { border-color: rgb(218,70,145); }

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