Html Css Color HEX #D94DA1 Mulberry

📋 copy color: '#D94DA1'

red 217 ◦ green 77 ◦ blue 161

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

Shades of Mulberry #D94DA1

Tints of Mulberry #D94DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.38%

R = 47.69%
G = 16.92%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D94DA1 (or 0xD94DA1) is known color: Mulberry. HEX triplet: D9, 4D and A1. RGB value is (217,77,161). Sum of RGB (Red+Green+Blue) = 217+77+161=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 161 (63.28% from 255 or 35.38% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D94DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D94DA1 is #26B25E. Grayscale: #808080. Windows color (decimal): -2536031 or 10571225. OLE color: 10571225.

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

Color convert

RGB 217 77 161 -
CMYK 0 0.65 0.26 0.15
HSL 324º 0.65% 0.58% -
HSV(B) 324º 0.65% 0.85% -
XYZ 37.7 22.63 36.1 -
YUV 128.44 146.38 191.17 -
System Red Green Blue C M Y K H S L
Decimal 217 77 161 0 0.65 0.26 0.15 324 0.65 0.58
Hex D9 4D A1 0 41 1A F 144 41 3A
Octal 331 115 241 0 101 32 17 504 101 72
Binary 11011001 1001101 10100001 0 1000001 11010 1111 101000100 1000001 111010

Color Harmonies of #D94DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94DA1

Black with #D94DA1

Text Example


Text Example

White with #D94DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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