Html Css Color HEX #D94497 Mulberry

📋 copy color: '#D94497'

red 217 ◦ green 68 ◦ blue 151

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

Shades of Mulberry #D94497

Tints of Mulberry #D94497

RGB

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

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

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

R = 49.77%
G = 15.6%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D94497 (or 0xD94497) is known color: Mulberry. HEX triplet: D9, 44 and 97. RGB value is (217,68,151). Sum of RGB (Red+Green+Blue) = 217+68+151=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 68 (26.95% from 255 or 15.60% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94497 is #26BB68. Grayscale: #797979. Windows color (decimal): -2538345 or 9913561. OLE color: 9913561.

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

Color convert

RGB 217 68 151 -
CMYK 0 0.69 0.30 0.15
HSL 326.58º 0.66% 0.56% -
HSV(B) 326.58º 0.69% 0.85% -
XYZ 36.27 21.12 31.44 -
YUV 122.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 217 68 151 0 0.69 0.30 0.15 326.58 0.66 0.56
Hex D9 44 97 0 45 1E F 147 42 38
Octal 331 104 227 0 105 36 17 507 102 70
Binary 11011001 1000100 10010111 0 1000101 11110 1111 101000111 1000010 111000

Color Harmonies of #D94497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94497

Black with #D94497

Text Example


Text Example

White with #D94497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94497; }

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

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

background-color css

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

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

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

border-color css

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

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

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