Html Css Color HEX #DA4798 Mulberry

📋 copy color: '#DA4798'

red 218 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #DA4798

Tints of Mulberry #DA4798

RGB

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

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

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

R = 49.43%
G = 16.1%
B = 34.47%

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

#DA4798 (or 0xDA4798) is known color: Mulberry. HEX triplet: DA, 47 and 98. RGB value is (218,71,152). Sum of RGB (Red+Green+Blue) = 218+71+152=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4798 is #25B867. Grayscale: #7C7C7C. Windows color (decimal): -2472040 or 9979866. OLE color: 9979866.

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

Color convert

RGB 218 71 152 -
CMYK 0 0.67 0.30 0.15
HSL 326.94º 0.67% 0.57% -
HSV(B) 326.94º 0.67% 0.85% -
XYZ 36.83 21.68 31.95 -
YUV 124.19 143.7 194.91 -
System Red Green Blue C M Y K H S L
Decimal 218 71 152 0 0.67 0.30 0.15 326.94 0.67 0.57
Hex DA 47 98 0 43 1E F 147 43 39
Octal 332 107 230 0 103 36 17 507 103 71
Binary 11011010 1000111 10011000 0 1000011 11110 1111 101000111 1000011 111001

Color Harmonies of #DA4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4798

Black with #DA4798

Text Example


Text Example

White with #DA4798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4798; }

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

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

background-color css

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

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

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

border-color css

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

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

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