Html Css Color HEX #D94D9A Mulberry

📋 copy color: '#D94D9A'

red 217 ◦ green 77 ◦ blue 154

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

Shades of Mulberry #D94D9A

Tints of Mulberry #D94D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.38%

R = 48.44%
G = 17.19%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D94D9A (or 0xD94D9A) is known color: Mulberry. HEX triplet: D9, 4D and 9A. RGB value is (217,77,154). Sum of RGB (Red+Green+Blue) = 217+77+154=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D94D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94D9A is #26B265. Grayscale: #7F7F7F. Windows color (decimal): -2536038 or 10112473. OLE color: 10112473.

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

Color convert

RGB 217 77 154 -
CMYK 0 0.65 0.29 0.15
HSL 327º 0.65% 0.58% -
HSV(B) 327º 0.65% 0.85% -
XYZ 37.1 22.39 32.94 -
YUV 127.64 142.88 191.74 -
System Red Green Blue C M Y K H S L
Decimal 217 77 154 0 0.65 0.29 0.15 327 0.65 0.58
Hex D9 4D 9A 0 41 1D F 147 41 3A
Octal 331 115 232 0 101 35 17 507 101 72
Binary 11011001 1001101 10011010 0 1000001 11101 1111 101000111 1000001 111010

Color Harmonies of #D94D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94D9A

Black with #D94D9A

Text Example


Text Example

White with #D94D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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