Html Css Color HEX #D54D9E Mulberry

📋 copy color: '#D54D9E'

red 213 ◦ green 77 ◦ blue 158

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

Shades of Mulberry #D54D9E

Tints of Mulberry #D54D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.27%

R = 47.54%
G = 17.19%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D54D9E (or 0xD54D9E) is known color: Mulberry. HEX triplet: D5, 4D and 9E. RGB value is (213,77,158). Sum of RGB (Red+Green+Blue) = 213+77+158=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D9E is #2AB261. Grayscale: #7E7E7E. Windows color (decimal): -2798178 or 10374613. OLE color: 10374613.

HSL color Cylindrical-coordinate representation of color #D54D9E: hue angle of 324.26º 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 #D54D9E is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 158 -
CMYK 0 0.64 0.26 0.16
HSL 324.26º 0.62% 0.57% -
HSV(B) 324.26º 0.64% 0.84% -
XYZ 36.27 21.92 34.67 -
YUV 126.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 213 77 158 0 0.64 0.26 0.16 324.26 0.62 0.57
Hex D5 4D 9E 0 40 1A 10 144 3E 39
Octal 325 115 236 0 100 32 20 504 76 71
Binary 11010101 1001101 10011110 0 1000000 11010 10000 101000100 111110 111001

Color Harmonies of #D54D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D9E

Black with #D54D9E

Text Example


Text Example

White with #D54D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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