Html Css Color HEX #DA4695 Mulberry

📋 copy color: '#DA4695'

red 218 ◦ green 70 ◦ blue 149

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

Shades of Mulberry #DA4695

Tints of Mulberry #DA4695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.1%

R = 49.89%
G = 16.02%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DA4695 (or 0xDA4695) is known color: Mulberry. HEX triplet: DA, 46 and 95. RGB value is (218,70,149). Sum of RGB (Red+Green+Blue) = 218+70+149=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 149 (58.59% from 255 or 34.10% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4695 is #25B96A. Grayscale: #7B7B7B. Windows color (decimal): -2472299 or 9783002. OLE color: 9783002.

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

Color convert

RGB 218 70 149 -
CMYK 0 0.68 0.32 0.15
HSL 327.97º 0.67% 0.56% -
HSV(B) 327.97º 0.68% 0.85% -
XYZ 36.53 21.46 30.65 -
YUV 123.26 142.53 195.58 -
System Red Green Blue C M Y K H S L
Decimal 218 70 149 0 0.68 0.32 0.15 327.97 0.67 0.56
Hex DA 46 95 0 44 20 F 148 43 38
Octal 332 106 225 0 104 40 17 510 103 70
Binary 11011010 1000110 10010101 0 1000100 100000 1111 101001000 1000011 111000

Color Harmonies of #DA4695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4695

Black with #DA4695

Text Example


Text Example

White with #DA4695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4695; }

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

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

background-color css

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

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

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

border-color css

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

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

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