Html Css Color HEX #D54497 Mulberry

📋 copy color: '#D54497'

red 213 ◦ green 68 ◦ blue 151

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

Shades of Mulberry #D54497

Tints of Mulberry #D54497

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.74%

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

R = 49.31%
G = 15.74%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54497 (or 0xD54497) is known color: Mulberry. HEX triplet: D5, 44 and 97. RGB value is (213,68,151). Sum of RGB (Red+Green+Blue) = 213+68+151=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 68 (26.95% from 255 or 15.74% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D54497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54497 is #2ABB68. Grayscale: #787878. Windows color (decimal): -2800489 or 9913557. OLE color: 9913557.

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

Color convert

RGB 213 68 151 -
CMYK 0 0.68 0.29 0.16
HSL 325.66º 0.63% 0.55% -
HSV(B) 325.66º 0.68% 0.84% -
XYZ 35.09 20.51 31.39 -
YUV 120.82 145.04 193.75 -
System Red Green Blue C M Y K H S L
Decimal 213 68 151 0 0.68 0.29 0.16 325.66 0.63 0.55
Hex D5 44 97 0 44 1D 10 146 3F 37
Octal 325 104 227 0 104 35 20 506 77 67
Binary 11010101 1000100 10010111 0 1000100 11101 10000 101000110 111111 110111

Color Harmonies of #D54497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54497

Black with #D54497

Text Example


Text Example

White with #D54497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54497; }

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

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

background-color css

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

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

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

border-color css

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

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

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