Html Css Color HEX #D54BA2 Mulberry

📋 copy color: '#D54BA2'

red 213 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #D54BA2

Tints of Mulberry #D54BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36%

R = 47.33%
G = 16.67%
B = 36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D54BA2 (or 0xD54BA2) is known color: Mulberry. HEX triplet: D5, 4B and A2. RGB value is (213,75,162). Sum of RGB (Red+Green+Blue) = 213+75+162=450 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.33% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BA2 is #2AB45D. Grayscale: #7D7D7D. Windows color (decimal): -2798686 or 10636245. OLE color: 10636245.

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

Color convert

RGB 213 75 162 -
CMYK 0 0.65 0.24 0.16
HSL 322.17º 0.62% 0.56% -
HSV(B) 322.17º 0.65% 0.84% -
XYZ 36.48 21.79 36.47 -
YUV 126.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 213 75 162 0 0.65 0.24 0.16 322.17 0.62 0.56
Hex D5 4B A2 0 41 18 10 142 3E 38
Octal 325 113 242 0 101 30 20 502 76 70
Binary 11010101 1001011 10100010 0 1000001 11000 10000 101000010 111110 111000

Color Harmonies of #D54BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BA2

Black with #D54BA2

Text Example


Text Example

White with #D54BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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