Html Css Color HEX #DA4998 Mulberry

📋 copy color: '#DA4998'

red 218 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #DA4998

Tints of Mulberry #DA4998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.31%

R = 49.21%
G = 16.48%
B = 34.31%

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

#DA4998 (or 0xDA4998) is known color: Mulberry. HEX triplet: DA, 49 and 98. RGB value is (218,73,152). Sum of RGB (Red+Green+Blue) = 218+73+152=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4998 is #25B667. Grayscale: #7D7D7D. Windows color (decimal): -2471528 or 9980378. OLE color: 9980378.

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

Color convert

RGB 218 73 152 -
CMYK 0 0.67 0.30 0.15
HSL 327.31º 0.66% 0.57% -
HSV(B) 327.31º 0.67% 0.85% -
XYZ 36.96 21.94 31.99 -
YUV 125.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 218 73 152 0 0.67 0.30 0.15 327.31 0.66 0.57
Hex DA 49 98 0 43 1E F 147 42 39
Octal 332 111 230 0 103 36 17 507 102 71
Binary 11011010 1001001 10011000 0 1000011 11110 1111 101000111 1000010 111001

Color Harmonies of #DA4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4998

Black with #DA4998

Text Example


Text Example

White with #DA4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4998; }

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

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

background-color css

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

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

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

border-color css

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

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

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