Html Css Color HEX #D54BA5 Mulberry

📋 copy color: '#D54BA5'

red 213 ◦ green 75 ◦ blue 165

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

Shades of Mulberry #D54BA5

Tints of Mulberry #D54BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 47.02%
G = 16.56%
B = 36.42%

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

#D54BA5 (or 0xD54BA5) is known color: Mulberry. HEX triplet: D5, 4B and A5. RGB value is (213,75,165). Sum of RGB (Red+Green+Blue) = 213+75+165=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D54BA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54BA5 is #2AB45A. Grayscale: #7E7E7E. Windows color (decimal): -2798683 or 10832853. OLE color: 10832853.

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

Color convert

RGB 213 75 165 -
CMYK 0 0.65 0.23 0.16
HSL 320.87º 0.62% 0.56% -
HSV(B) 320.87º 0.65% 0.84% -
XYZ 36.75 21.89 37.89 -
YUV 126.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 213 75 165 0 0.65 0.23 0.16 320.87 0.62 0.56
Hex D5 4B A5 0 41 17 10 141 3E 38
Octal 325 113 245 0 101 27 20 501 76 70
Binary 11010101 1001011 10100101 0 1000001 10111 10000 101000001 111110 111000

Color Harmonies of #D54BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54BA5

Black with #D54BA5

Text Example


Text Example

White with #D54BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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