Html Css Color HEX #DA55A1 Mulberry

📋 copy color: '#DA55A1'

red 218 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #DA55A1

Tints of Mulberry #DA55A1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

 BLUE value IS 161 (63.28% from 255) = 34.7%

R = 46.98%
G = 18.32%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DA55A1 (or 0xDA55A1) is known color: Mulberry. HEX triplet: DA, 55 and A1. RGB value is (218,85,161). Sum of RGB (Red+Green+Blue) = 218+85+161=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA55A1 is #25AA5E. Grayscale: #858585. Windows color (decimal): -2468447 or 10573274. OLE color: 10573274.

HSL color Cylindrical-coordinate representation of color #DA55A1: hue angle of 325.71º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DA55A1 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 85 161 -
CMYK 0 0.61 0.26 0.15
HSL 325.71º 0.64% 0.59% -
HSV(B) 325.71º 0.61% 0.85% -
XYZ 38.59 23.98 36.31 -
YUV 133.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 218 85 161 0 0.61 0.26 0.15 325.71 0.64 0.59
Hex DA 55 A1 0 3D 1A F 146 40 3B
Octal 332 125 241 0 75 32 17 506 100 73
Binary 11011010 1010101 10100001 0 111101 11010 1111 101000110 1000000 111011

Color Harmonies of #DA55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA55A1

Black with #DA55A1

Text Example


Text Example

White with #DA55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA55A1; }

 p { color: rgb(218,85,161); }

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

background-color css

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

 a { background-color: rgb(218,85,161); }

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

border-color css

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

 span { border-color: rgb(218,85,161); }

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