Html Css Color HEX #D54A9A Mulberry

📋 copy color: '#D54A9A'

red 213 ◦ green 74 ◦ blue 154

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

Shades of Mulberry #D54A9A

Tints of Mulberry #D54A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.92%

R = 48.3%
G = 16.78%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D54A9A (or 0xD54A9A) is known color: Mulberry. HEX triplet: D5, 4A and 9A. RGB value is (213,74,154). Sum of RGB (Red+Green+Blue) = 213+74+154=441 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.30% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54A9A is #2AB565. Grayscale: #7C7C7C. Windows color (decimal): -2798950 or 10111701. OLE color: 10111701.

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

Color convert

RGB 213 74 154 -
CMYK 0 0.65 0.28 0.16
HSL 325.47º 0.62% 0.56% -
HSV(B) 325.47º 0.65% 0.84% -
XYZ 35.72 21.38 32.82 -
YUV 124.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 213 74 154 0 0.65 0.28 0.16 325.47 0.62 0.56
Hex D5 4A 9A 0 41 1C 10 145 3E 38
Octal 325 112 232 0 101 34 20 505 76 70
Binary 11010101 1001010 10011010 0 1000001 11100 10000 101000101 111110 111000

Color Harmonies of #D54A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54A9A

Black with #D54A9A

Text Example


Text Example

White with #D54A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54A9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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