Html Css Color HEX #DA52A6 Mulberry

📋 copy color: '#DA52A6'

red 218 ◦ green 82 ◦ blue 166

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

Shades of Mulberry #DA52A6

Tints of Mulberry #DA52A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.62%

R = 46.78%
G = 17.6%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DA52A6 (or 0xDA52A6) is known color: Mulberry. HEX triplet: DA, 52 and A6. RGB value is (218,82,166). Sum of RGB (Red+Green+Blue) = 218+82+166=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 82 (32.42% from 255 or 17.60% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A6 is #25AD59. Grayscale: #848484. Windows color (decimal): -2469210 or 10900186. OLE color: 10900186.

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

Color convert

RGB 218 82 166 -
CMYK 0 0.62 0.24 0.15
HSL 322.94º 0.65% 0.59% -
HSV(B) 322.94º 0.62% 0.85% -
XYZ 38.81 23.69 38.6 -
YUV 132.24 147.06 189.17 -
System Red Green Blue C M Y K H S L
Decimal 218 82 166 0 0.62 0.24 0.15 322.94 0.65 0.59
Hex DA 52 A6 0 3E 18 F 143 41 3B
Octal 332 122 246 0 76 30 17 503 101 73
Binary 11011010 1010010 10100110 0 111110 11000 1111 101000011 1000001 111011

Color Harmonies of #DA52A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52A6

Black with #DA52A6

Text Example


Text Example

White with #DA52A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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