Html Css Color HEX #D94597 Mulberry

📋 copy color: '#D94597'

red 217 ◦ green 69 ◦ blue 151

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

Shades of Mulberry #D94597

Tints of Mulberry #D94597

RGB

 RED value IS 217 (85.16% from 255) = 49.66%

 GREEN value IS 69 (27.34% from 255) = 15.79%

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

R = 49.66%
G = 15.79%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94597 (or 0xD94597) is known color: Mulberry. HEX triplet: D9, 45 and 97. RGB value is (217,69,151). Sum of RGB (Red+Green+Blue) = 217+69+151=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 151 (59.38% from 255 or 34.55% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D94597 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94597 is #26BA68. Grayscale: #7A7A7A. Windows color (decimal): -2538089 or 9913817. OLE color: 9913817.

HSL color Cylindrical-coordinate representation of color #D94597: hue angle of 326.76º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94597 is Cyan = 0, Magento = 0.68, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 69 151 -
CMYK 0 0.68 0.30 0.15
HSL 326.76º 0.66% 0.56% -
HSV(B) 326.76º 0.68% 0.85% -
XYZ 36.33 21.24 31.46 -
YUV 122.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 217 69 151 0 0.68 0.30 0.15 326.76 0.66 0.56
Hex D9 45 97 0 44 1E F 147 42 38
Octal 331 105 227 0 104 36 17 507 102 70
Binary 11011001 1000101 10010111 0 1000100 11110 1111 101000111 1000010 111000

Color Harmonies of #D94597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94597

Black with #D94597

Text Example


Text Example

White with #D94597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94597; }

 p { color: rgb(217,69,151); }

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

background-color css

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

 a { background-color: rgb(217,69,151); }

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

border-color css

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

 span { border-color: rgb(217,69,151); }

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