Html Css Color HEX #D54988 Mulberry

📋 copy color: '#D54988'

red 213 ◦ green 73 ◦ blue 136

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

Shades of Mulberry #D54988

Tints of Mulberry #D54988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.3%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 50.47%
G = 17.3%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54988 (or 0xD54988) is known color: Mulberry. HEX triplet: D5, 49 and 88. RGB value is (213,73,136). Sum of RGB (Red+Green+Blue) = 213+73+136=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 73 (28.91% from 255 or 17.30% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D54988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54988 is #2AB677. Grayscale: #797979. Windows color (decimal): -2799224 or 8931797. OLE color: 8931797.

HSL color Cylindrical-coordinate representation of color #D54988: hue angle of 333º degrees, saturation: 0.62, 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 #D54988 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 136 -
CMYK 0 0.66 0.36 0.16
HSL 333º 0.63% 0.56% -
HSV(B) 333º 0.66% 0.84% -
XYZ 34.27 20.69 25.48 -
YUV 122.04 135.88 192.88 -
System Red Green Blue C M Y K H S L
Decimal 213 73 136 0 0.66 0.36 0.16 333 0.63 0.56
Hex D5 49 88 0 42 24 10 14D 3E 38
Octal 325 111 210 0 102 44 20 515 76 70
Binary 11010101 1001001 10001000 0 1000010 100100 10000 101001101 111110 111000

Color Harmonies of #D54988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54988

Black with #D54988

Text Example


Text Example

White with #D54988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54988; }

 p { color: rgb(213,73,136); }

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

background-color css

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

 a { background-color: rgb(213,73,136); }

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

border-color css

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

 span { border-color: rgb(213,73,136); }

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