Html Css Color HEX #D94C93 Mulberry

📋 copy color: '#D94C93'

red 217 ◦ green 76 ◦ blue 147

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

Shades of Mulberry #D94C93

Tints of Mulberry #D94C93

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.27%

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

R = 49.32%
G = 17.27%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D94C93 (or 0xD94C93) is known color: Mulberry. HEX triplet: D9, 4C and 93. RGB value is (217,76,147). Sum of RGB (Red+Green+Blue) = 217+76+147=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C93 is #26B36C. Grayscale: #7E7E7E. Windows color (decimal): -2536301 or 9653465. OLE color: 9653465.

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

Color convert

RGB 217 76 147 -
CMYK 0 0.65 0.32 0.15
HSL 329.79º 0.65% 0.57% -
HSV(B) 329.79º 0.65% 0.85% -
XYZ 36.47 22.03 29.93 -
YUV 126.25 139.71 192.73 -
System Red Green Blue C M Y K H S L
Decimal 217 76 147 0 0.65 0.32 0.15 329.79 0.65 0.57
Hex D9 4C 93 0 41 20 F 14A 41 39
Octal 331 114 223 0 101 40 17 512 101 71
Binary 11011001 1001100 10010011 0 1000001 100000 1111 101001010 1000001 111001

Color Harmonies of #D94C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C93

Black with #D94C93

Text Example


Text Example

White with #D94C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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