Html Css Color HEX #DA459E Mulberry

📋 copy color: '#DA459E'

red 218 ◦ green 69 ◦ blue 158

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

Shades of Mulberry #DA459E

Tints of Mulberry #DA459E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.51%

R = 48.99%
G = 15.51%
B = 35.51%

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

#DA459E (or 0xDA459E) is known color: Mulberry. HEX triplet: DA, 45 and 9E. RGB value is (218,69,158). Sum of RGB (Red+Green+Blue) = 218+69+158=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 69 (27.34% from 255 or 15.51% from 445); Blue value is 158 (62.11% from 255 or 35.51% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA459E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA459E is #25BA61. Grayscale: #7B7B7B. Windows color (decimal): -2472546 or 10372570. OLE color: 10372570.

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

Color convert

RGB 218 69 158 -
CMYK 0 0.68 0.28 0.15
HSL 324.16º 0.67% 0.56% -
HSV(B) 324.16º 0.68% 0.85% -
XYZ 37.21 21.63 34.56 -
YUV 123.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 218 69 158 0 0.68 0.28 0.15 324.16 0.67 0.56
Hex DA 45 9E 0 44 1C F 144 43 38
Octal 332 105 236 0 104 34 17 504 103 70
Binary 11011010 1000101 10011110 0 1000100 11100 1111 101000100 1000011 111000

Color Harmonies of #DA459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA459E

Black with #DA459E

Text Example


Text Example

White with #DA459E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA459E; }

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

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

background-color css

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

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

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

border-color css

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

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

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