Html Css Color HEX #D540A8 Mulberry

📋 copy color: '#D540A8'

red 213 ◦ green 64 ◦ blue 168

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

Shades of Mulberry #D540A8

Tints of Mulberry #D540A8

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

 GREEN value IS 64 (25.39% from 255) = 14.38%

 BLUE value IS 168 (66.02% from 255) = 37.75%

R = 47.87%
G = 14.38%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D540A8 (or 0xD540A8) is known color: Mulberry. HEX triplet: D5, 40 and A8. RGB value is (213,64,168). Sum of RGB (Red+Green+Blue) = 213+64+168=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D540A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D540A8 is #2ABF57. Grayscale: #787878. Windows color (decimal): -2801496 or 11026645. OLE color: 11026645.

HSL color Cylindrical-coordinate representation of color #D540A8: hue angle of 318.12º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D540A8 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 64 168 -
CMYK 0 0.70 0.21 0.16
HSL 318.12º 0.64% 0.54% -
HSV(B) 318.12º 0.7% 0.84% -
XYZ 36.34 20.64 39.11 -
YUV 120.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 213 64 168 0 0.70 0.21 0.16 318.12 0.64 0.54
Hex D5 40 A8 0 46 15 10 13E 40 36
Octal 325 100 250 0 106 25 20 476 100 66
Binary 11010101 1000000 10101000 0 1000110 10101 10000 100111110 1000000 110110

Color Harmonies of #D540A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D540A8

Black with #D540A8

Text Example


Text Example

White with #D540A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D540A8; }

 p { color: rgb(213,64,168); }

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

background-color css

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

 a { background-color: rgb(213,64,168); }

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

border-color css

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

 span { border-color: rgb(213,64,168); }

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