Html Css Color HEX #D54AA6 Mulberry

📋 copy color: '#D54AA6'

red 213 ◦ green 74 ◦ blue 166

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

Shades of Mulberry #D54AA6

Tints of Mulberry #D54AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.34%

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

R = 47.02%
G = 16.34%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D54AA6 (or 0xD54AA6) is known color: Mulberry. HEX triplet: D5, 4A and A6. RGB value is (213,74,166). Sum of RGB (Red+Green+Blue) = 213+74+166=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA6 is #2AB559. Grayscale: #7D7D7D. Windows color (decimal): -2798938 or 10898133. OLE color: 10898133.

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

Color convert

RGB 213 74 166 -
CMYK 0 0.65 0.22 0.16
HSL 320.29º 0.62% 0.56% -
HSV(B) 320.29º 0.65% 0.84% -
XYZ 36.77 21.8 38.35 -
YUV 126.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 213 74 166 0 0.65 0.22 0.16 320.29 0.62 0.56
Hex D5 4A A6 0 41 16 10 140 3E 38
Octal 325 112 246 0 101 26 20 500 76 70
Binary 11010101 1001010 10100110 0 1000001 10110 10000 101000000 111110 111000

Color Harmonies of #D54AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AA6

Black with #D54AA6

Text Example


Text Example

White with #D54AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AA6; }

 p { color: rgb(213,74,166); }

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

background-color css

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

 a { background-color: rgb(213,74,166); }

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

border-color css

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

 span { border-color: rgb(213,74,166); }

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