Html Css Color HEX #D54896 Mulberry

📋 copy color: '#D54896'

red 213 ◦ green 72 ◦ blue 150

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

Shades of Mulberry #D54896

Tints of Mulberry #D54896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.55%

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

R = 48.97%
G = 16.55%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54896 (or 0xD54896) is known color: Mulberry. HEX triplet: D5, 48 and 96. RGB value is (213,72,150). Sum of RGB (Red+Green+Blue) = 213+72+150=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D54896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54896 is #2AB769. Grayscale: #7A7A7A. Windows color (decimal): -2799466 or 9849045. OLE color: 9849045.

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

Color convert

RGB 213 72 150 -
CMYK 0 0.66 0.30 0.16
HSL 326.81º 0.63% 0.56% -
HSV(B) 326.81º 0.66% 0.84% -
XYZ 35.26 20.98 31.05 -
YUV 123.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 213 72 150 0 0.66 0.30 0.16 326.81 0.63 0.56
Hex D5 48 96 0 42 1E 10 147 3F 38
Octal 325 110 226 0 102 36 20 507 77 70
Binary 11010101 1001000 10010110 0 1000010 11110 10000 101000111 111111 111000

Color Harmonies of #D54896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54896

Black with #D54896

Text Example


Text Example

White with #D54896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54896; }

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

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

background-color css

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

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

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

border-color css

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

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

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