Html Css Color HEX #D94C9F Mulberry

📋 copy color: '#D94C9F'

red 217 ◦ green 76 ◦ blue 159

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

Shades of Mulberry #D94C9F

Tints of Mulberry #D94C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.18%

R = 48.01%
G = 16.81%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D94C9F (or 0xD94C9F) is known color: Mulberry. HEX triplet: D9, 4C and 9F. RGB value is (217,76,159). Sum of RGB (Red+Green+Blue) = 217+76+159=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C9F is #26B360. Grayscale: #7F7F7F. Windows color (decimal): -2536289 or 10439897. OLE color: 10439897.

HSL color Cylindrical-coordinate representation of color #D94C9F: hue angle of 324.68º 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 #D94C9F is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 76 159 -
CMYK 0 0.65 0.27 0.15
HSL 324.68º 0.65% 0.57% -
HSV(B) 324.68º 0.65% 0.85% -
XYZ 37.46 22.42 35.15 -
YUV 127.62 145.71 191.75 -
System Red Green Blue C M Y K H S L
Decimal 217 76 159 0 0.65 0.27 0.15 324.68 0.65 0.57
Hex D9 4C 9F 0 41 1B F 145 41 39
Octal 331 114 237 0 101 33 17 505 101 71
Binary 11011001 1001100 10011111 0 1000001 11011 1111 101000101 1000001 111001

Color Harmonies of #D94C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C9F

Black with #D94C9F

Text Example


Text Example

White with #D94C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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