Html Css Color HEX #D54AA4 Mulberry

📋 copy color: '#D54AA4'

red 213 ◦ green 74 ◦ blue 164

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

Shades of Mulberry #D54AA4

Tints of Mulberry #D54AA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.36%

R = 47.23%
G = 16.41%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D54AA4 (or 0xD54AA4) is known color: Mulberry. HEX triplet: D5, 4A and A4. RGB value is (213,74,164). Sum of RGB (Red+Green+Blue) = 213+74+164=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 74 (29.30% from 255 or 16.41% from 451); Blue value is 164 (64.45% from 255 or 36.36% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D54AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54AA4 is #2AB55B. Grayscale: #7D7D7D. Windows color (decimal): -2798940 or 10767061. OLE color: 10767061.

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

Color convert

RGB 213 74 164 -
CMYK 0 0.65 0.23 0.16
HSL 321.15º 0.62% 0.56% -
HSV(B) 321.15º 0.65% 0.84% -
XYZ 36.59 21.72 37.39 -
YUV 125.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 213 74 164 0 0.65 0.23 0.16 321.15 0.62 0.56
Hex D5 4A A4 0 41 17 10 141 3E 38
Octal 325 112 244 0 101 27 20 501 76 70
Binary 11010101 1001010 10100100 0 1000001 10111 10000 101000001 111110 111000

Color Harmonies of #D54AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54AA4

Black with #D54AA4

Text Example


Text Example

White with #D54AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54AA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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