Html Css Color HEX #DA4799 Mulberry

📋 copy color: '#DA4799'

red 218 ◦ green 71 ◦ blue 153

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

Shades of Mulberry #DA4799

Tints of Mulberry #DA4799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 49.32%
G = 16.06%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA4799 (or 0xDA4799) is known color: Mulberry. HEX triplet: DA, 47 and 99. RGB value is (218,71,153). Sum of RGB (Red+Green+Blue) = 218+71+153=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 71 (28.12% from 255 or 16.06% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4799 is #25B866. Grayscale: #7C7C7C. Windows color (decimal): -2472039 or 10045402. OLE color: 10045402.

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

Color convert

RGB 218 71 153 -
CMYK 0 0.67 0.30 0.15
HSL 326.53º 0.67% 0.57% -
HSV(B) 326.53º 0.67% 0.85% -
XYZ 36.92 21.71 32.38 -
YUV 124.3 144.2 194.83 -
System Red Green Blue C M Y K H S L
Decimal 218 71 153 0 0.67 0.30 0.15 326.53 0.67 0.57
Hex DA 47 99 0 43 1E F 147 43 39
Octal 332 107 231 0 103 36 17 507 103 71
Binary 11011010 1000111 10011001 0 1000011 11110 1111 101000111 1000011 111001

Color Harmonies of #DA4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4799

Black with #DA4799

Text Example


Text Example

White with #DA4799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4799; }

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

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

background-color css

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

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

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

border-color css

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

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

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