Html Css Color HEX #D54594 Mulberry

📋 copy color: '#D54594'

red 213 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #D54594

Tints of Mulberry #D54594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 49.53%
G = 16.05%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54594 (or 0xD54594) is known color: Mulberry. HEX triplet: D5, 45 and 94. RGB value is (213,69,148). Sum of RGB (Red+Green+Blue) = 213+69+148=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D54594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54594 is #2ABA6B. Grayscale: #787878. Windows color (decimal): -2800236 or 9717205. OLE color: 9717205.

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

Color convert

RGB 213 69 148 -
CMYK 0 0.68 0.31 0.16
HSL 327.08º 0.63% 0.55% -
HSV(B) 327.08º 0.68% 0.84% -
XYZ 34.91 20.54 30.14 -
YUV 121.06 143.21 193.58 -
System Red Green Blue C M Y K H S L
Decimal 213 69 148 0 0.68 0.31 0.16 327.08 0.63 0.55
Hex D5 45 94 0 44 1F 10 147 3F 37
Octal 325 105 224 0 104 37 20 507 77 67
Binary 11010101 1000101 10010100 0 1000100 11111 10000 101000111 111111 110111

Color Harmonies of #D54594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54594

Black with #D54594

Text Example


Text Example

White with #D54594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54594; }

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

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

background-color css

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

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

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

border-color css

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

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

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