Html Css Color HEX #DA4694 Mulberry

📋 copy color: '#DA4694'

red 218 ◦ green 70 ◦ blue 148

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

Shades of Mulberry #DA4694

Tints of Mulberry #DA4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.94%

R = 50%
G = 16.06%
B = 33.94%

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

#DA4694 (or 0xDA4694) is known color: Mulberry. HEX triplet: DA, 46 and 94. RGB value is (218,70,148). Sum of RGB (Red+Green+Blue) = 218+70+148=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 70 (27.73% from 255 or 16.06% from 436); Blue value is 148 (58.20% from 255 or 33.94% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4694 is #25B96B. Grayscale: #7A7A7A. Windows color (decimal): -2472300 or 9717466. OLE color: 9717466.

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

Color convert

RGB 218 70 148 -
CMYK 0 0.68 0.32 0.15
HSL 328.38º 0.67% 0.56% -
HSV(B) 328.38º 0.68% 0.85% -
XYZ 36.45 21.42 30.23 -
YUV 123.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 218 70 148 0 0.68 0.32 0.15 328.38 0.67 0.56
Hex DA 46 94 0 44 20 F 148 43 38
Octal 332 106 224 0 104 40 17 510 103 70
Binary 11011010 1000110 10010100 0 1000100 100000 1111 101001000 1000011 111000

Color Harmonies of #DA4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4694

Black with #DA4694

Text Example


Text Example

White with #DA4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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