Html Css Color HEX #D94A91 Mulberry

📋 copy color: '#D94A91'

red 217 ◦ green 74 ◦ blue 145

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

Shades of Mulberry #D94A91

Tints of Mulberry #D94A91

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

 BLUE value IS 145 (57.03% from 255) = 33.26%

R = 49.77%
G = 16.97%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D94A91 (or 0xD94A91) is known color: Mulberry. HEX triplet: D9, 4A and 91. RGB value is (217,74,145). Sum of RGB (Red+Green+Blue) = 217+74+145=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 145 (57.03% from 255 or 33.26% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94A91 is #26B56E. Grayscale: #7C7C7C. Windows color (decimal): -2536815 or 9521881. OLE color: 9521881.

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

Color convert

RGB 217 74 145 -
CMYK 0 0.66 0.33 0.15
HSL 330.21º 0.65% 0.57% -
HSV(B) 330.21º 0.66% 0.85% -
XYZ 36.17 21.69 29.07 -
YUV 124.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 217 74 145 0 0.66 0.33 0.15 330.21 0.65 0.57
Hex D9 4A 91 0 42 21 F 14A 41 39
Octal 331 112 221 0 102 41 17 512 101 71
Binary 11011001 1001010 10010001 0 1000010 100001 1111 101001010 1000001 111001

Color Harmonies of #D94A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94A91

Black with #D94A91

Text Example


Text Example

White with #D94A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94A91; }

 p { color: rgb(217,74,145); }

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

background-color css

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

 a { background-color: rgb(217,74,145); }

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

border-color css

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

 span { border-color: rgb(217,74,145); }

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