Html Css Color HEX #D54DAA Mulberry

📋 copy color: '#D54DAA'

red 213 ◦ green 77 ◦ blue 170

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

Shades of Mulberry #D54DAA

Tints of Mulberry #D54DAA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 46.3%
G = 16.74%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D54DAA (or 0xD54DAA) is known color: Mulberry. HEX triplet: D5, 4D and AA. RGB value is (213,77,170). Sum of RGB (Red+Green+Blue) = 213+77+170=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DAA is #2AB255. Grayscale: #808080. Windows color (decimal): -2798166 or 11161045. OLE color: 11161045.

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

Color convert

RGB 213 77 170 -
CMYK 0 0.64 0.20 0.16
HSL 318.97º 0.62% 0.57% -
HSV(B) 318.97º 0.64% 0.84% -
XYZ 37.35 22.36 40.38 -
YUV 128.27 151.56 188.44 -
System Red Green Blue C M Y K H S L
Decimal 213 77 170 0 0.64 0.20 0.16 318.97 0.62 0.57
Hex D5 4D AA 0 40 14 10 13F 3E 39
Octal 325 115 252 0 100 24 20 477 76 71
Binary 11010101 1001101 10101010 0 1000000 10100 10000 100111111 111110 111001

Color Harmonies of #D54DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DAA

Black with #D54DAA

Text Example


Text Example

White with #D54DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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