Html Css Color HEX #D54C96 Mulberry

📋 copy color: '#D54C96'

red 213 ◦ green 76 ◦ blue 150

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

Shades of Mulberry #D54C96

Tints of Mulberry #D54C96

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.31%

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

R = 48.52%
G = 17.31%
B = 34.17%

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

#D54C96 (or 0xD54C96) is known color: Mulberry. HEX triplet: D5, 4C and 96. RGB value is (213,76,150). Sum of RGB (Red+Green+Blue) = 213+76+150=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D54C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54C96 is #2AB369. Grayscale: #7D7D7D. Windows color (decimal): -2798442 or 9850069. OLE color: 9850069.

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

Color convert

RGB 213 76 150 -
CMYK 0 0.64 0.30 0.16
HSL 327.59º 0.62% 0.57% -
HSV(B) 327.59º 0.64% 0.84% -
XYZ 35.53 21.52 31.13 -
YUV 125.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 213 76 150 0 0.64 0.30 0.16 327.59 0.62 0.57
Hex D5 4C 96 0 40 1E 10 148 3E 39
Octal 325 114 226 0 100 36 20 510 76 71
Binary 11010101 1001100 10010110 0 1000000 11110 10000 101001000 111110 111001

Color Harmonies of #D54C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54C96

Black with #D54C96

Text Example


Text Example

White with #D54C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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