Html Css Color HEX #D94D9D Mulberry

📋 copy color: '#D94D9D'

red 217 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #D94D9D

Tints of Mulberry #D94D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.07%

 BLUE value IS 157 (61.72% from 255) = 34.81%

R = 48.12%
G = 17.07%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D94D9D (or 0xD94D9D) is known color: Mulberry. HEX triplet: D9, 4D and 9D. RGB value is (217,77,157). Sum of RGB (Red+Green+Blue) = 217+77+157=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 157 (61.72% from 255 or 34.81% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D9D is #26B262. Grayscale: #7F7F7F. Windows color (decimal): -2536035 or 10309081. OLE color: 10309081.

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

Color convert

RGB 217 77 157 -
CMYK 0 0.65 0.28 0.15
HSL 325.71º 0.65% 0.58% -
HSV(B) 325.71º 0.65% 0.85% -
XYZ 37.35 22.49 34.27 -
YUV 127.98 144.38 191.5 -
System Red Green Blue C M Y K H S L
Decimal 217 77 157 0 0.65 0.28 0.15 325.71 0.65 0.58
Hex D9 4D 9D 0 41 1C F 146 41 3A
Octal 331 115 235 0 101 34 17 506 101 72
Binary 11011001 1001101 10011101 0 1000001 11100 1111 101000110 1000001 111010

Color Harmonies of #D94D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D9D

Black with #D94D9D

Text Example


Text Example

White with #D94D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D9D; }

 p { color: rgb(217,77,157); }

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

background-color css

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

 a { background-color: rgb(217,77,157); }

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

border-color css

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

 span { border-color: rgb(217,77,157); }

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