Html Css Color HEX #DA52A5 Mulberry

📋 copy color: '#DA52A5'

red 218 ◦ green 82 ◦ blue 165

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

Shades of Mulberry #DA52A5

Tints of Mulberry #DA52A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.48%

R = 46.88%
G = 17.63%
B = 35.48%

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

#DA52A5 (or 0xDA52A5) is known color: Mulberry. HEX triplet: DA, 52 and A5. RGB value is (218,82,165). Sum of RGB (Red+Green+Blue) = 218+82+165=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A5 is #25AD5A. Grayscale: #838383. Windows color (decimal): -2469211 or 10834650. OLE color: 10834650.

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

Color convert

RGB 218 82 165 -
CMYK 0 0.62 0.24 0.15
HSL 323.38º 0.65% 0.59% -
HSV(B) 323.38º 0.62% 0.85% -
XYZ 38.72 23.66 38.12 -
YUV 132.13 146.56 189.25 -
System Red Green Blue C M Y K H S L
Decimal 218 82 165 0 0.62 0.24 0.15 323.38 0.65 0.59
Hex DA 52 A5 0 3E 18 F 143 41 3B
Octal 332 122 245 0 76 30 17 503 101 73
Binary 11011010 1010010 10100101 0 111110 11000 1111 101000011 1000001 111011

Color Harmonies of #DA52A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52A5

Black with #DA52A5

Text Example


Text Example

White with #DA52A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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