Html Css Color HEX #DA4692 Mulberry

📋 copy color: '#DA4692'

red 218 ◦ green 70 ◦ blue 146

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

Shades of Mulberry #DA4692

Tints of Mulberry #DA4692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.64%

R = 50.23%
G = 16.13%
B = 33.64%

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

#DA4692 (or 0xDA4692) is known color: Mulberry. HEX triplet: DA, 46 and 92. RGB value is (218,70,146). Sum of RGB (Red+Green+Blue) = 218+70+146=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4692 is #25B96D. Grayscale: #7A7A7A. Windows color (decimal): -2472302 or 9586394. OLE color: 9586394.

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

Color convert

RGB 218 70 146 -
CMYK 0 0.68 0.33 0.15
HSL 329.19º 0.67% 0.56% -
HSV(B) 329.19º 0.68% 0.85% -
XYZ 36.29 21.36 29.4 -
YUV 122.92 141.03 195.82 -
System Red Green Blue C M Y K H S L
Decimal 218 70 146 0 0.68 0.33 0.15 329.19 0.67 0.56
Hex DA 46 92 0 44 21 F 149 43 38
Octal 332 106 222 0 104 41 17 511 103 70
Binary 11011010 1000110 10010010 0 1000100 100001 1111 101001001 1000011 111000

Color Harmonies of #DA4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4692

Black with #DA4692

Text Example


Text Example

White with #DA4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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