Html Css Color HEX #D54697 Mulberry

📋 copy color: '#D54697'

red 213 ◦ green 70 ◦ blue 151

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

Shades of Mulberry #D54697

Tints of Mulberry #D54697

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.13%

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

R = 49.08%
G = 16.13%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D54697 (or 0xD54697) is known color: Mulberry. HEX triplet: D5, 46 and 97. RGB value is (213,70,151). Sum of RGB (Red+Green+Blue) = 213+70+151=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 70 (27.73% from 255 or 16.13% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D54697 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54697 is #2AB968. Grayscale: #797979. Windows color (decimal): -2799977 or 9914069. OLE color: 9914069.

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

Color convert

RGB 213 70 151 -
CMYK 0 0.67 0.29 0.16
HSL 326.01º 0.63% 0.55% -
HSV(B) 326.01º 0.67% 0.84% -
XYZ 35.22 20.76 31.43 -
YUV 121.99 144.38 192.91 -
System Red Green Blue C M Y K H S L
Decimal 213 70 151 0 0.67 0.29 0.16 326.01 0.63 0.55
Hex D5 46 97 0 43 1D 10 146 3F 37
Octal 325 106 227 0 103 35 20 506 77 67
Binary 11010101 1000110 10010111 0 1000011 11101 10000 101000110 111111 110111

Color Harmonies of #D54697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54697

Black with #D54697

Text Example


Text Example

White with #D54697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54697; }

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

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

background-color css

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

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

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

border-color css

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

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

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