Html Css Color HEX #D94BAA Mulberry

📋 copy color: '#D94BAA'

red 217 ◦ green 75 ◦ blue 170

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

Shades of Mulberry #D94BAA

Tints of Mulberry #D94BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.8%

R = 46.97%
G = 16.23%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D94BAA (or 0xD94BAA) is known color: Mulberry. HEX triplet: D9, 4B and AA. RGB value is (217,75,170). Sum of RGB (Red+Green+Blue) = 217+75+170=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BAA is #26B455. Grayscale: #808080. Windows color (decimal): -2536534 or 11160537. OLE color: 11160537.

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

Color convert

RGB 217 75 170 -
CMYK 0 0.65 0.22 0.15
HSL 319.86º 0.65% 0.57% -
HSV(B) 319.86º 0.65% 0.85% -
XYZ 38.39 22.69 40.39 -
YUV 128.29 151.54 191.28 -
System Red Green Blue C M Y K H S L
Decimal 217 75 170 0 0.65 0.22 0.15 319.86 0.65 0.57
Hex D9 4B AA 0 41 16 F 140 41 39
Octal 331 113 252 0 101 26 17 500 101 71
Binary 11011001 1001011 10101010 0 1000001 10110 1111 101000000 1000001 111001

Color Harmonies of #D94BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94BAA

Black with #D94BAA

Text Example


Text Example

White with #D94BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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