Html Css Color HEX #D54B9B Mulberry

📋 copy color: '#D54B9B'

red 213 ◦ green 75 ◦ blue 155

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

Shades of Mulberry #D54B9B

Tints of Mulberry #D54B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.99%

R = 48.08%
G = 16.93%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D54B9B (or 0xD54B9B) is known color: Mulberry. HEX triplet: D5, 4B and 9B. RGB value is (213,75,155). Sum of RGB (Red+Green+Blue) = 213+75+155=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D54B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54B9B is #2AB464. Grayscale: #7D7D7D. Windows color (decimal): -2798693 or 10177493. OLE color: 10177493.

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

Color convert

RGB 213 75 155 -
CMYK 0 0.65 0.27 0.16
HSL 325.22º 0.62% 0.56% -
HSV(B) 325.22º 0.65% 0.84% -
XYZ 35.87 21.54 33.28 -
YUV 125.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 213 75 155 0 0.65 0.27 0.16 325.22 0.62 0.56
Hex D5 4B 9B 0 41 1B 10 145 3E 38
Octal 325 113 233 0 101 33 20 505 76 70
Binary 11010101 1001011 10011011 0 1000001 11011 10000 101000101 111110 111000

Color Harmonies of #D54B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54B9B

Black with #D54B9B

Text Example


Text Example

White with #D54B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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