Html Css Color HEX #DA459D Mulberry

📋 copy color: '#DA459D'

red 218 ◦ green 69 ◦ blue 157

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

Shades of Mulberry #DA459D

Tints of Mulberry #DA459D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.54%

 BLUE value IS 157 (61.72% from 255) = 35.36%

R = 49.1%
G = 15.54%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA459D (or 0xDA459D) is known color: Mulberry. HEX triplet: DA, 45 and 9D. RGB value is (218,69,157). Sum of RGB (Red+Green+Blue) = 218+69+157=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA459D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA459D is #25BA62. Grayscale: #7B7B7B. Windows color (decimal): -2472547 or 10307034. OLE color: 10307034.

HSL color Cylindrical-coordinate representation of color #DA459D: hue angle of 324.56º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA459D is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 69 157 -
CMYK 0 0.68 0.28 0.15
HSL 324.56º 0.67% 0.56% -
HSV(B) 324.56º 0.68% 0.85% -
XYZ 37.13 21.6 34.11 -
YUV 123.58 146.86 195.34 -
System Red Green Blue C M Y K H S L
Decimal 218 69 157 0 0.68 0.28 0.15 324.56 0.67 0.56
Hex DA 45 9D 0 44 1C F 145 43 38
Octal 332 105 235 0 104 34 17 505 103 70
Binary 11011010 1000101 10011101 0 1000100 11100 1111 101000101 1000011 111000

Color Harmonies of #DA459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA459D

Black with #DA459D

Text Example


Text Example

White with #DA459D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA459D; }

 p { color: rgb(218,69,157); }

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

background-color css

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

 a { background-color: rgb(218,69,157); }

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

border-color css

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

 span { border-color: rgb(218,69,157); }

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