Html Css Color HEX #DA449D Mulberry

📋 copy color: '#DA449D'

red 218 ◦ green 68 ◦ blue 157

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

Shades of Mulberry #DA449D

Tints of Mulberry #DA449D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.35%

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

R = 49.21%
G = 15.35%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA449D (or 0xDA449D) is known color: Mulberry. HEX triplet: DA, 44 and 9D. RGB value is (218,68,157). Sum of RGB (Red+Green+Blue) = 218+68+157=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA449D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA449D is #25BB62. Grayscale: #7A7A7A. Windows color (decimal): -2472803 or 10306778. OLE color: 10306778.

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

Color convert

RGB 218 68 157 -
CMYK 0 0.69 0.28 0.15
HSL 324.4º 0.67% 0.56% -
HSV(B) 324.4º 0.69% 0.85% -
XYZ 37.07 21.47 34.09 -
YUV 123 147.2 195.76 -
System Red Green Blue C M Y K H S L
Decimal 218 68 157 0 0.69 0.28 0.15 324.4 0.67 0.56
Hex DA 44 9D 0 45 1C F 144 43 38
Octal 332 104 235 0 105 34 17 504 103 70
Binary 11011010 1000100 10011101 0 1000101 11100 1111 101000100 1000011 111000

Color Harmonies of #DA449D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA449D

Black with #DA449D

Text Example


Text Example

White with #DA449D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA449D; }

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

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

background-color css

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

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

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

border-color css

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

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

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