Html Css Color HEX #D54DA6 Mulberry

📋 copy color: '#D54DA6'

red 213 ◦ green 77 ◦ blue 166

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

Shades of Mulberry #D54DA6

Tints of Mulberry #D54DA6

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.89%

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

R = 46.71%
G = 16.89%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D54DA6 (or 0xD54DA6) is known color: Mulberry. HEX triplet: D5, 4D and A6. RGB value is (213,77,166). Sum of RGB (Red+Green+Blue) = 213+77+166=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA6 is #2AB259. Grayscale: #7F7F7F. Windows color (decimal): -2798170 or 10898901. OLE color: 10898901.

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

Color convert

RGB 213 77 166 -
CMYK 0 0.64 0.22 0.16
HSL 320.74º 0.62% 0.57% -
HSV(B) 320.74º 0.64% 0.84% -
XYZ 36.98 22.21 38.41 -
YUV 127.81 149.56 188.76 -
System Red Green Blue C M Y K H S L
Decimal 213 77 166 0 0.64 0.22 0.16 320.74 0.62 0.57
Hex D5 4D A6 0 40 16 10 141 3E 39
Octal 325 115 246 0 100 26 20 501 76 71
Binary 11010101 1001101 10100110 0 1000000 10110 10000 101000001 111110 111001

Color Harmonies of #D54DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DA6

Black with #D54DA6

Text Example


Text Example

White with #D54DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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