Html Css Color HEX #D54588 Mulberry

📋 copy color: '#D54588'

red 213 ◦ green 69 ◦ blue 136

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

Shades of Mulberry #D54588

Tints of Mulberry #D54588

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.51%

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

R = 50.96%
G = 16.51%
B = 32.54%

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

#D54588 (or 0xD54588) is known color: Mulberry. HEX triplet: D5, 45 and 88. RGB value is (213,69,136). Sum of RGB (Red+Green+Blue) = 213+69+136=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D54588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54588 is #2ABA77. Grayscale: #777777. Windows color (decimal): -2800248 or 8930773. OLE color: 8930773.

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

Color convert

RGB 213 69 136 -
CMYK 0 0.68 0.36 0.16
HSL 332.08º 0.63% 0.55% -
HSV(B) 332.08º 0.68% 0.84% -
XYZ 34.01 20.18 25.4 -
YUV 119.69 137.21 194.55 -
System Red Green Blue C M Y K H S L
Decimal 213 69 136 0 0.68 0.36 0.16 332.08 0.63 0.55
Hex D5 45 88 0 44 24 10 14C 3F 37
Octal 325 105 210 0 104 44 20 514 77 67
Binary 11010101 1000101 10001000 0 1000100 100100 10000 101001100 111111 110111

Color Harmonies of #D54588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54588

Black with #D54588

Text Example


Text Example

White with #D54588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54588; }

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

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

background-color css

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

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

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

border-color css

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

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

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