Html Css Color HEX #D54FAA Mulberry

📋 copy color: '#D54FAA'

red 213 ◦ green 79 ◦ blue 170

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

Shades of Mulberry #D54FAA

Tints of Mulberry #D54FAA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.1%

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 46.1%
G = 17.1%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D54FAA (or 0xD54FAA) is known color: Mulberry. HEX triplet: D5, 4F and AA. RGB value is (213,79,170). Sum of RGB (Red+Green+Blue) = 213+79+170=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D54FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54FAA is #2AB055. Grayscale: #818181. Windows color (decimal): -2797654 or 11161557. OLE color: 11161557.

HSL color Cylindrical-coordinate representation of color #D54FAA: hue angle of 319.25º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D54FAA is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 79 170 -
CMYK 0 0.63 0.20 0.16
HSL 319.25º 0.61% 0.57% -
HSV(B) 319.25º 0.63% 0.84% -
XYZ 37.49 22.64 40.42 -
YUV 129.44 150.89 187.6 -
System Red Green Blue C M Y K H S L
Decimal 213 79 170 0 0.63 0.20 0.16 319.25 0.61 0.57
Hex D5 4F AA 0 3F 14 10 13F 3D 39
Octal 325 117 252 0 77 24 20 477 75 71
Binary 11010101 1001111 10101010 0 111111 10100 10000 100111111 111101 111001

Color Harmonies of #D54FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54FAA

Black with #D54FAA

Text Example


Text Example

White with #D54FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54FAA; }

 p { color: rgb(213,79,170); }

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

background-color css

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

 a { background-color: rgb(213,79,170); }

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

border-color css

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

 span { border-color: rgb(213,79,170); }

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