Html Css Color HEX #D94E93 Mulberry

📋 copy color: '#D94E93'

red 217 ◦ green 78 ◦ blue 147

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

Shades of Mulberry #D94E93

Tints of Mulberry #D94E93

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.65%

 BLUE value IS 147 (57.81% from 255) = 33.26%

R = 49.1%
G = 17.65%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D94E93 (or 0xD94E93) is known color: Mulberry. HEX triplet: D9, 4E and 93. RGB value is (217,78,147). Sum of RGB (Red+Green+Blue) = 217+78+147=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D94E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94E93 is #26B16C. Grayscale: #7F7F7F. Windows color (decimal): -2535789 or 9653977. OLE color: 9653977.

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

Color convert

RGB 217 78 147 -
CMYK 0 0.64 0.32 0.15
HSL 330.22º 0.65% 0.58% -
HSV(B) 330.22º 0.64% 0.85% -
XYZ 36.61 22.31 29.98 -
YUV 127.43 139.05 191.89 -
System Red Green Blue C M Y K H S L
Decimal 217 78 147 0 0.64 0.32 0.15 330.22 0.65 0.58
Hex D9 4E 93 0 40 20 F 14A 41 3A
Octal 331 116 223 0 100 40 17 512 101 72
Binary 11011001 1001110 10010011 0 1000000 100000 1111 101001010 1000001 111010

Color Harmonies of #D94E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94E93

Black with #D94E93

Text Example


Text Example

White with #D94E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94E93; }

 p { color: rgb(217,78,147); }

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

background-color css

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

 a { background-color: rgb(217,78,147); }

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

border-color css

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

 span { border-color: rgb(217,78,147); }

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