Html Css Color HEX #D94BA1 Mulberry

📋 copy color: '#D94BA1'

red 217 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #D94BA1

Tints of Mulberry #D94BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.56%

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

R = 47.9%
G = 16.56%
B = 35.54%

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

#D94BA1 (or 0xD94BA1) is known color: Mulberry. HEX triplet: D9, 4B and A1. RGB value is (217,75,161). Sum of RGB (Red+Green+Blue) = 217+75+161=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 161 (63.28% from 255 or 35.54% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BA1 is #26B45E. Grayscale: #7F7F7F. Windows color (decimal): -2536543 or 10570713. OLE color: 10570713.

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

Color convert

RGB 217 75 161 -
CMYK 0 0.65 0.26 0.15
HSL 323.66º 0.65% 0.57% -
HSV(B) 323.66º 0.65% 0.85% -
XYZ 37.56 22.36 36.05 -
YUV 127.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 217 75 161 0 0.65 0.26 0.15 323.66 0.65 0.57
Hex D9 4B A1 0 41 1A F 144 41 39
Octal 331 113 241 0 101 32 17 504 101 71
Binary 11011001 1001011 10100001 0 1000001 11010 1111 101000100 1000001 111001

Color Harmonies of #D94BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94BA1

Black with #D94BA1

Text Example


Text Example

White with #D94BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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