Html Css Color HEX #DA449C Mulberry

📋 copy color: '#DA449C'

red 218 ◦ green 68 ◦ blue 156

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

Shades of Mulberry #DA449C

Tints of Mulberry #DA449C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 49.32%
G = 15.38%
B = 35.29%

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

#DA449C (or 0xDA449C) is known color: Mulberry. HEX triplet: DA, 44 and 9C. RGB value is (218,68,156). Sum of RGB (Red+Green+Blue) = 218+68+156=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA449C is #25BB63. Grayscale: #7A7A7A. Windows color (decimal): -2472804 or 10241242. OLE color: 10241242.

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

Color convert

RGB 218 68 156 -
CMYK 0 0.69 0.28 0.15
HSL 324.8º 0.67% 0.56% -
HSV(B) 324.8º 0.69% 0.85% -
XYZ 36.98 21.44 33.64 -
YUV 122.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 218 68 156 0 0.69 0.28 0.15 324.8 0.67 0.56
Hex DA 44 9C 0 45 1C F 145 43 38
Octal 332 104 234 0 105 34 17 505 103 70
Binary 11011010 1000100 10011100 0 1000101 11100 1111 101000101 1000011 111000

Color Harmonies of #DA449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA449C

Black with #DA449C

Text Example


Text Example

White with #DA449C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA449C; }

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

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

background-color css

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

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

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

border-color css

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

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

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