Html Css Color HEX #DA4992 Mulberry

📋 copy color: '#DA4992'

red 218 ◦ green 73 ◦ blue 146

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

Shades of Mulberry #DA4992

Tints of Mulberry #DA4992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

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

R = 49.89%
G = 16.7%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA4992 (or 0xDA4992) is known color: Mulberry. HEX triplet: DA, 49 and 92. RGB value is (218,73,146). Sum of RGB (Red+Green+Blue) = 218+73+146=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4992 is #25B66D. Grayscale: #7C7C7C. Windows color (decimal): -2471534 or 9587162. OLE color: 9587162.

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

Color convert

RGB 218 73 146 -
CMYK 0 0.67 0.33 0.15
HSL 329.79º 0.66% 0.57% -
HSV(B) 329.79º 0.67% 0.85% -
XYZ 36.48 21.75 29.47 -
YUV 124.68 140.04 194.56 -
System Red Green Blue C M Y K H S L
Decimal 218 73 146 0 0.67 0.33 0.15 329.79 0.66 0.57
Hex DA 49 92 0 43 21 F 14A 42 39
Octal 332 111 222 0 103 41 17 512 102 71
Binary 11011010 1001001 10010010 0 1000011 100001 1111 101001010 1000010 111001

Color Harmonies of #DA4992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4992

Black with #DA4992

Text Example


Text Example

White with #DA4992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4992; }

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

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

background-color css

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

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

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

border-color css

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

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

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