Html Css Color HEX #D54B96 Mulberry

📋 copy color: '#D54B96'

red 213 ◦ green 75 ◦ blue 150

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

Shades of Mulberry #D54B96

Tints of Mulberry #D54B96

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.12%

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

R = 48.63%
G = 17.12%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D54B96 (or 0xD54B96) is known color: Mulberry. HEX triplet: D5, 4B and 96. RGB value is (213,75,150). Sum of RGB (Red+Green+Blue) = 213+75+150=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 75 (29.69% from 255 or 17.12% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B96 is #2AB469. Grayscale: #7C7C7C. Windows color (decimal): -2798698 or 9849813. OLE color: 9849813.

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

Color convert

RGB 213 75 150 -
CMYK 0 0.65 0.30 0.16
HSL 327.39º 0.62% 0.56% -
HSV(B) 327.39º 0.65% 0.84% -
XYZ 35.46 21.38 31.11 -
YUV 124.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 213 75 150 0 0.65 0.30 0.16 327.39 0.62 0.56
Hex D5 4B 96 0 41 1E 10 147 3E 38
Octal 325 113 226 0 101 36 20 507 76 70
Binary 11010101 1001011 10010110 0 1000001 11110 10000 101000111 111110 111000

Color Harmonies of #D54B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B96

Black with #D54B96

Text Example


Text Example

White with #D54B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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