Html Css Color HEX #D54488 Mulberry

📋 copy color: '#D54488'

red 213 ◦ green 68 ◦ blue 136

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

Shades of Mulberry #D54488

Tints of Mulberry #D54488

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.31%

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

R = 51.08%
G = 16.31%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D54488 (or 0xD54488) is known color: Mulberry. HEX triplet: D5, 44 and 88. RGB value is (213,68,136). Sum of RGB (Red+Green+Blue) = 213+68+136=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D54488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54488 is #2ABB77. Grayscale: #767676. Windows color (decimal): -2800504 or 8930517. OLE color: 8930517.

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

Color convert

RGB 213 68 136 -
CMYK 0 0.68 0.36 0.16
HSL 331.86º 0.63% 0.55% -
HSV(B) 331.86º 0.68% 0.84% -
XYZ 33.95 20.06 25.37 -
YUV 119.11 137.54 194.97 -
System Red Green Blue C M Y K H S L
Decimal 213 68 136 0 0.68 0.36 0.16 331.86 0.63 0.55
Hex D5 44 88 0 44 24 10 14C 3F 37
Octal 325 104 210 0 104 44 20 514 77 67
Binary 11010101 1000100 10001000 0 1000100 100100 10000 101001100 111111 110111

Color Harmonies of #D54488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54488

Black with #D54488

Text Example


Text Example

White with #D54488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54488; }

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

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

background-color css

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

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

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

border-color css

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

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

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