Html Css Color HEX #D54496 Mulberry

📋 copy color: '#D54496'

red 213 ◦ green 68 ◦ blue 150

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

Shades of Mulberry #D54496

Tints of Mulberry #D54496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.78%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 49.42%
G = 15.78%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54496 (or 0xD54496) is known color: Mulberry. HEX triplet: D5, 44 and 96. RGB value is (213,68,150). Sum of RGB (Red+Green+Blue) = 213+68+150=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D54496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54496 is #2ABB69. Grayscale: #787878. Windows color (decimal): -2800490 or 9848021. OLE color: 9848021.

HSL color Cylindrical-coordinate representation of color #D54496: hue angle of 326.07º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D54496 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 68 150 -
CMYK 0 0.68 0.30 0.16
HSL 326.07º 0.63% 0.55% -
HSV(B) 326.07º 0.68% 0.84% -
XYZ 35.01 20.48 30.96 -
YUV 120.7 144.54 193.83 -
System Red Green Blue C M Y K H S L
Decimal 213 68 150 0 0.68 0.30 0.16 326.07 0.63 0.55
Hex D5 44 96 0 44 1E 10 146 3F 37
Octal 325 104 226 0 104 36 20 506 77 67
Binary 11010101 1000100 10010110 0 1000100 11110 10000 101000110 111111 110111

Color Harmonies of #D54496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54496

Black with #D54496

Text Example


Text Example

White with #D54496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54496; }

 p { color: rgb(213,68,150); }

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

background-color css

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

 a { background-color: rgb(213,68,150); }

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

border-color css

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

 span { border-color: rgb(213,68,150); }

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