Html Css Color HEX #DA4792 Mulberry

📋 copy color: '#DA4792'

red 218 ◦ green 71 ◦ blue 146

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

Shades of Mulberry #DA4792

Tints of Mulberry #DA4792

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.32%

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

R = 50.11%
G = 16.32%
B = 33.56%

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

#DA4792 (or 0xDA4792) is known color: Mulberry. HEX triplet: DA, 47 and 92. RGB value is (218,71,146). Sum of RGB (Red+Green+Blue) = 218+71+146=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4792 is #25B86D. Grayscale: #7B7B7B. Windows color (decimal): -2472046 or 9586650. OLE color: 9586650.

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

Color convert

RGB 218 71 146 -
CMYK 0 0.67 0.33 0.15
HSL 329.39º 0.67% 0.57% -
HSV(B) 329.39º 0.67% 0.85% -
XYZ 36.35 21.49 29.43 -
YUV 123.5 140.7 195.4 -
System Red Green Blue C M Y K H S L
Decimal 218 71 146 0 0.67 0.33 0.15 329.39 0.67 0.57
Hex DA 47 92 0 43 21 F 149 43 39
Octal 332 107 222 0 103 41 17 511 103 71
Binary 11011010 1000111 10010010 0 1000011 100001 1111 101001001 1000011 111001

Color Harmonies of #DA4792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4792

Black with #DA4792

Text Example


Text Example

White with #DA4792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4792; }

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

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

background-color css

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

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

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

border-color css

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

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

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