Html Css Color HEX #D54D96 Mulberry

📋 copy color: '#D54D96'

red 213 ◦ green 77 ◦ blue 150

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

Shades of Mulberry #D54D96

Tints of Mulberry #D54D96

RGB

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

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

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

R = 48.41%
G = 17.5%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54D96 (or 0xD54D96) is known color: Mulberry. HEX triplet: D5, 4D and 96. RGB value is (213,77,150). Sum of RGB (Red+Green+Blue) = 213+77+150=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D96 is #2AB269. Grayscale: #7D7D7D. Windows color (decimal): -2798186 or 9850325. OLE color: 9850325.

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

Color convert

RGB 213 77 150 -
CMYK 0 0.64 0.30 0.16
HSL 327.79º 0.62% 0.57% -
HSV(B) 327.79º 0.64% 0.84% -
XYZ 35.6 21.66 31.16 -
YUV 125.99 141.56 190.06 -
System Red Green Blue C M Y K H S L
Decimal 213 77 150 0 0.64 0.30 0.16 327.79 0.62 0.57
Hex D5 4D 96 0 40 1E 10 148 3E 39
Octal 325 115 226 0 100 36 20 510 76 71
Binary 11010101 1001101 10010110 0 1000000 11110 10000 101001000 111110 111001

Color Harmonies of #D54D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D96

Black with #D54D96

Text Example


Text Example

White with #D54D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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