Html Css Color HEX #D54D8A Mulberry

📋 copy color: '#D54D8A'

red 213 ◦ green 77 ◦ blue 138

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

Shades of Mulberry #D54D8A

Tints of Mulberry #D54D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 49.77%
G = 17.99%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D54D8A (or 0xD54D8A) is known color: Mulberry. HEX triplet: D5, 4D and 8A. RGB value is (213,77,138). Sum of RGB (Red+Green+Blue) = 213+77+138=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D54D8A is #2AB275. Grayscale: #7C7C7C. Windows color (decimal): -2798198 or 9063893. OLE color: 9063893.

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

Color convert

RGB 213 77 138 -
CMYK 0 0.64 0.35 0.16
HSL 333.09º 0.62% 0.57% -
HSV(B) 333.09º 0.64% 0.84% -
XYZ 34.68 21.29 26.33 -
YUV 124.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 213 77 138 0 0.64 0.35 0.16 333.09 0.62 0.57
Hex D5 4D 8A 0 40 23 10 14D 3E 39
Octal 325 115 212 0 100 43 20 515 76 71
Binary 11010101 1001101 10001010 0 1000000 100011 10000 101001101 111110 111001

Color Harmonies of #D54D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D8A

Black with #D54D8A

Text Example


Text Example

White with #D54D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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