Html Css Color HEX #DA5296 Mulberry

📋 copy color: '#DA5296'

red 218 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #DA5296

Tints of Mulberry #DA5296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.33%

R = 48.44%
G = 18.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DA5296 (or 0xDA5296) is known color: Mulberry. HEX triplet: DA, 52 and 96. RGB value is (218,82,150). Sum of RGB (Red+Green+Blue) = 218+82+150=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5296 is #25AD69. Grayscale: #828282. Windows color (decimal): -2469226 or 9851610. OLE color: 9851610.

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

Color convert

RGB 218 82 150 -
CMYK 0 0.62 0.31 0.15
HSL 330º 0.65% 0.59% -
HSV(B) 330º 0.62% 0.85% -
XYZ 37.44 23.14 31.35 -
YUV 130.42 139.06 190.47 -
System Red Green Blue C M Y K H S L
Decimal 218 82 150 0 0.62 0.31 0.15 330 0.65 0.59
Hex DA 52 96 0 3E 1F F 14A 41 3B
Octal 332 122 226 0 76 37 17 512 101 73
Binary 11011010 1010010 10010110 0 111110 11111 1111 101001010 1000001 111011

Color Harmonies of #DA5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5296

Black with #DA5296

Text Example


Text Example

White with #DA5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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