Html Css Color HEX #D54997 Mulberry

📋 copy color: '#D54997'

red 213 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #D54997

Tints of Mulberry #D54997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.7%

 BLUE value IS 151 (59.38% from 255) = 34.55%

R = 48.74%
G = 16.7%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54997 (or 0xD54997) is known color: Mulberry. HEX triplet: D5, 49 and 97. RGB value is (213,73,151). Sum of RGB (Red+Green+Blue) = 213+73+151=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D54997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54997 is #2AB668. Grayscale: #7B7B7B. Windows color (decimal): -2799209 or 9914837. OLE color: 9914837.

HSL color Cylindrical-coordinate representation of color #D54997: hue angle of 326.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D54997 is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 151 -
CMYK 0 0.66 0.29 0.16
HSL 326.57º 0.63% 0.56% -
HSV(B) 326.57º 0.66% 0.84% -
XYZ 35.41 21.15 31.49 -
YUV 123.75 143.38 191.66 -
System Red Green Blue C M Y K H S L
Decimal 213 73 151 0 0.66 0.29 0.16 326.57 0.63 0.56
Hex D5 49 97 0 42 1D 10 147 3E 38
Octal 325 111 227 0 102 35 20 507 76 70
Binary 11010101 1001001 10010111 0 1000010 11101 10000 101000111 111110 111000

Color Harmonies of #D54997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54997

Black with #D54997

Text Example


Text Example

White with #D54997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54997; }

 p { color: rgb(213,73,151); }

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

background-color css

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

 a { background-color: rgb(213,73,151); }

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

border-color css

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

 span { border-color: rgb(213,73,151); }

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