Html Css Color HEX #D54A93 Mulberry

📋 copy color: '#D54A93'

red 213 ◦ green 74 ◦ blue 147

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

Shades of Mulberry #D54A93

Tints of Mulberry #D54A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.05%

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 49.08%
G = 17.05%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D54A93 (or 0xD54A93) is known color: Mulberry. HEX triplet: D5, 4A and 93. RGB value is (213,74,147). Sum of RGB (Red+Green+Blue) = 213+74+147=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 74 (29.30% from 255 or 17.05% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A93 is #2AB56C. Grayscale: #7B7B7B. Windows color (decimal): -2798957 or 9652949. OLE color: 9652949.

HSL color Cylindrical-coordinate representation of color #D54A93: hue angle of 328.49º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D54A93 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 74 147 -
CMYK 0 0.65 0.31 0.16
HSL 328.49º 0.62% 0.56% -
HSV(B) 328.49º 0.65% 0.84% -
XYZ 35.16 21.15 29.83 -
YUV 123.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 213 74 147 0 0.65 0.31 0.16 328.49 0.62 0.56
Hex D5 4A 93 0 41 1F 10 148 3E 38
Octal 325 112 223 0 101 37 20 510 76 70
Binary 11010101 1001010 10010011 0 1000001 11111 10000 101001000 111110 111000

Color Harmonies of #D54A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A93

Black with #D54A93

Text Example


Text Example

White with #D54A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A93; }

 p { color: rgb(213,74,147); }

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

background-color css

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

 a { background-color: rgb(213,74,147); }

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

border-color css

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

 span { border-color: rgb(213,74,147); }

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