Html Css Color HEX #D54DA5 Mulberry

📋 copy color: '#D54DA5'

red 213 ◦ green 77 ◦ blue 165

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

Shades of Mulberry #D54DA5

Tints of Mulberry #D54DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.26%

R = 46.81%
G = 16.92%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D54DA5 (or 0xD54DA5) is known color: Mulberry. HEX triplet: D5, 4D and A5. RGB value is (213,77,165). Sum of RGB (Red+Green+Blue) = 213+77+165=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 165 (64.84% from 255 or 36.26% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D54DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54DA5 is #2AB25A. Grayscale: #7F7F7F. Windows color (decimal): -2798171 or 10833365. OLE color: 10833365.

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

Color convert

RGB 213 77 165 -
CMYK 0 0.64 0.23 0.16
HSL 321.18º 0.62% 0.57% -
HSV(B) 321.18º 0.64% 0.84% -
XYZ 36.89 22.17 37.93 -
YUV 127.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 213 77 165 0 0.64 0.23 0.16 321.18 0.62 0.57
Hex D5 4D A5 0 40 17 10 141 3E 39
Octal 325 115 245 0 100 27 20 501 76 71
Binary 11010101 1001101 10100101 0 1000000 10111 10000 101000001 111110 111001

Color Harmonies of #D54DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54DA5

Black with #D54DA5

Text Example


Text Example

White with #D54DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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