Html Css Color HEX #D54BA0 Mulberry

📋 copy color: '#D54BA0'

red 213 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #D54BA0

Tints of Mulberry #D54BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.74%

 BLUE value IS 160 (62.89% from 255) = 35.71%

R = 47.54%
G = 16.74%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D54BA0 (or 0xD54BA0) is known color: Mulberry. HEX triplet: D5, 4B and A0. RGB value is (213,75,160). Sum of RGB (Red+Green+Blue) = 213+75+160=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BA0 is #2AB45F. Grayscale: #7D7D7D. Windows color (decimal): -2798688 or 10505173. OLE color: 10505173.

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

Color convert

RGB 213 75 160 -
CMYK 0 0.65 0.25 0.16
HSL 323.04º 0.62% 0.56% -
HSV(B) 323.04º 0.65% 0.84% -
XYZ 36.3 21.72 35.54 -
YUV 125.95 147.22 190.09 -
System Red Green Blue C M Y K H S L
Decimal 213 75 160 0 0.65 0.25 0.16 323.04 0.62 0.56
Hex D5 4B A0 0 41 19 10 143 3E 38
Octal 325 113 240 0 101 31 20 503 76 70
Binary 11010101 1001011 10100000 0 1000001 11001 10000 101000011 111110 111000

Color Harmonies of #D54BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BA0

Black with #D54BA0

Text Example


Text Example

White with #D54BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BA0; }

 p { color: rgb(213,75,160); }

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

background-color css

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

 a { background-color: rgb(213,75,160); }

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

border-color css

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

 span { border-color: rgb(213,75,160); }

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