Html Css Color HEX #D54BA4 Mulberry

📋 copy color: '#D54BA4'

red 213 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #D54BA4

Tints of Mulberry #D54BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.28%

R = 47.12%
G = 16.59%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D54BA4 (or 0xD54BA4) is known color: Mulberry. HEX triplet: D5, 4B and A4. RGB value is (213,75,164). Sum of RGB (Red+Green+Blue) = 213+75+164=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 75 (29.69% from 255 or 16.59% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BA4 is #2AB45B. Grayscale: #7E7E7E. Windows color (decimal): -2798684 or 10767317. OLE color: 10767317.

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

Color convert

RGB 213 75 164 -
CMYK 0 0.65 0.23 0.16
HSL 321.3º 0.62% 0.56% -
HSV(B) 321.3º 0.65% 0.84% -
XYZ 36.66 21.86 37.41 -
YUV 126.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 213 75 164 0 0.65 0.23 0.16 321.3 0.62 0.56
Hex D5 4B A4 0 41 17 10 141 3E 38
Octal 325 113 244 0 101 27 20 501 76 70
Binary 11010101 1001011 10100100 0 1000001 10111 10000 101000001 111110 111000

Color Harmonies of #D54BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BA4

Black with #D54BA4

Text Example


Text Example

White with #D54BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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