Html Css Color HEX #DA52AB Mulberry

📋 copy color: '#DA52AB'

red 218 ◦ green 82 ◦ blue 171

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

Shades of Mulberry #DA52AB

Tints of Mulberry #DA52AB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.41%

 BLUE value IS 171 (67.19% from 255) = 36.31%

R = 46.28%
G = 17.41%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DA52AB (or 0xDA52AB) is known color: Mulberry. HEX triplet: DA, 52 and AB. RGB value is (218,82,171). Sum of RGB (Red+Green+Blue) = 218+82+171=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52AB is #25AD54. Grayscale: #848484. Windows color (decimal): -2469205 or 11227866. OLE color: 11227866.

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

Color convert

RGB 218 82 171 -
CMYK 0 0.62 0.22 0.15
HSL 320.74º 0.65% 0.59% -
HSV(B) 320.74º 0.62% 0.85% -
XYZ 39.28 23.88 41.07 -
YUV 132.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 218 82 171 0 0.62 0.22 0.15 320.74 0.65 0.59
Hex DA 52 AB 0 3E 16 F 141 41 3B
Octal 332 122 253 0 76 26 17 501 101 73
Binary 11011010 1010010 10101011 0 111110 10110 1111 101000001 1000001 111011

Color Harmonies of #DA52AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52AB

Black with #DA52AB

Text Example


Text Example

White with #DA52AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52AB; }

 p { color: rgb(218,82,171); }

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

background-color css

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

 a { background-color: rgb(218,82,171); }

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

border-color css

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

 span { border-color: rgb(218,82,171); }

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