Html Css Color HEX #D54BAC Mulberry

📋 copy color: '#D54BAC'

red 213 ◦ green 75 ◦ blue 172

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

Shades of Mulberry #D54BAC

Tints of Mulberry #D54BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.39%

R = 46.3%
G = 16.3%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D54BAC (or 0xD54BAC) is known color: Mulberry. HEX triplet: D5, 4B and AC. RGB value is (213,75,172). Sum of RGB (Red+Green+Blue) = 213+75+172=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 75 (29.69% from 255 or 16.30% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BAC is #2AB453. Grayscale: #7F7F7F. Windows color (decimal): -2798676 or 11291605. OLE color: 11291605.

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

Color convert

RGB 213 75 172 -
CMYK 0 0.65 0.19 0.16
HSL 317.83º 0.62% 0.56% -
HSV(B) 317.83º 0.65% 0.84% -
XYZ 37.4 22.16 41.34 -
YUV 127.32 153.22 189.11 -
System Red Green Blue C M Y K H S L
Decimal 213 75 172 0 0.65 0.19 0.16 317.83 0.62 0.56
Hex D5 4B AC 0 41 13 10 13E 3E 38
Octal 325 113 254 0 101 23 20 476 76 70
Binary 11010101 1001011 10101100 0 1000001 10011 10000 100111110 111110 111000

Color Harmonies of #D54BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BAC

Black with #D54BAC

Text Example


Text Example

White with #D54BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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