Html Css Color HEX #DA5298 Mulberry

📋 copy color: '#DA5298'

red 218 ◦ green 82 ◦ blue 152

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

Shades of Mulberry #DA5298

Tints of Mulberry #DA5298

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

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

R = 48.23%
G = 18.14%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#DA5298 (or 0xDA5298) is known color: Mulberry. HEX triplet: DA, 52 and 98. RGB value is (218,82,152). Sum of RGB (Red+Green+Blue) = 218+82+152=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 152 (59.77% from 255 or 33.63% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5298 is #25AD67. Grayscale: #828282. Windows color (decimal): -2469224 or 9982682. OLE color: 9982682.

HSL color Cylindrical-coordinate representation of color #DA5298: hue angle of 329.12º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DA5298 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 82 152 -
CMYK 0 0.62 0.30 0.15
HSL 329.12º 0.65% 0.59% -
HSV(B) 329.12º 0.62% 0.85% -
XYZ 37.6 23.21 32.2 -
YUV 130.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 218 82 152 0 0.62 0.30 0.15 329.12 0.65 0.59
Hex DA 52 98 0 3E 1E F 149 41 3B
Octal 332 122 230 0 76 36 17 511 101 73
Binary 11011010 1010010 10011000 0 111110 11110 1111 101001001 1000001 111011

Color Harmonies of #DA5298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5298

Black with #DA5298

Text Example


Text Example

White with #DA5298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5298; }

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

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

background-color css

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

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

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

border-color css

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

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

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