Html Css Color HEX #D54492 Mulberry

📋 copy color: '#D54492'

red 213 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #D54492

Tints of Mulberry #D54492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 49.88%
G = 15.93%
B = 34.19%

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

#D54492 (or 0xD54492) is known color: Mulberry. HEX triplet: D5, 44 and 92. RGB value is (213,68,146). Sum of RGB (Red+Green+Blue) = 213+68+146=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 68 (26.95% from 255 or 15.93% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54492 is #2ABB6D. Grayscale: #787878. Windows color (decimal): -2800494 or 9585877. OLE color: 9585877.

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

Color convert

RGB 213 68 146 -
CMYK 0 0.68 0.31 0.16
HSL 327.72º 0.63% 0.55% -
HSV(B) 327.72º 0.68% 0.84% -
XYZ 34.7 20.36 29.29 -
YUV 120.25 142.54 194.16 -
System Red Green Blue C M Y K H S L
Decimal 213 68 146 0 0.68 0.31 0.16 327.72 0.63 0.55
Hex D5 44 92 0 44 1F 10 148 3F 37
Octal 325 104 222 0 104 37 20 510 77 67
Binary 11010101 1000100 10010010 0 1000100 11111 10000 101001000 111111 110111

Color Harmonies of #D54492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54492

Black with #D54492

Text Example


Text Example

White with #D54492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54492; }

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

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

background-color css

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

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

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

border-color css

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

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

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