Html Css Color HEX #DA52A4 Mulberry

📋 copy color: '#DA52A4'

red 218 ◦ green 82 ◦ blue 164

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

Shades of Mulberry #DA52A4

Tints of Mulberry #DA52A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.34%

R = 46.98%
G = 17.67%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#DA52A4 (or 0xDA52A4) is known color: Mulberry. HEX triplet: DA, 52 and A4. RGB value is (218,82,164). Sum of RGB (Red+Green+Blue) = 218+82+164=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA52A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA52A4 is #25AD5B. Grayscale: #838383. Windows color (decimal): -2469212 or 10769114. OLE color: 10769114.

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

Color convert

RGB 218 82 164 -
CMYK 0 0.62 0.25 0.15
HSL 323.82º 0.65% 0.59% -
HSV(B) 323.82º 0.62% 0.85% -
XYZ 38.63 23.62 37.65 -
YUV 132.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 218 82 164 0 0.62 0.25 0.15 323.82 0.65 0.59
Hex DA 52 A4 0 3E 19 F 144 41 3B
Octal 332 122 244 0 76 31 17 504 101 73
Binary 11011010 1010010 10100100 0 111110 11001 1111 101000100 1000001 111011

Color Harmonies of #DA52A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA52A4

Black with #DA52A4

Text Example


Text Example

White with #DA52A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA52A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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