Html Css Color HEX #D94BA7 Mulberry

📋 copy color: '#D94BA7'

red 217 ◦ green 75 ◦ blue 167

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

Shades of Mulberry #D94BA7

Tints of Mulberry #D94BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 47.28%
G = 16.34%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D94BA7 (or 0xD94BA7) is known color: Mulberry. HEX triplet: D9, 4B and A7. RGB value is (217,75,167). Sum of RGB (Red+Green+Blue) = 217+75+167=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D94BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94BA7 is #26B458. Grayscale: #7F7F7F. Windows color (decimal): -2536537 or 10963929. OLE color: 10963929.

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

Color convert

RGB 217 75 167 -
CMYK 0 0.65 0.23 0.15
HSL 321.13º 0.65% 0.57% -
HSV(B) 321.13º 0.65% 0.85% -
XYZ 38.11 22.57 38.91 -
YUV 127.95 150.04 191.52 -
System Red Green Blue C M Y K H S L
Decimal 217 75 167 0 0.65 0.23 0.15 321.13 0.65 0.57
Hex D9 4B A7 0 41 17 F 141 41 39
Octal 331 113 247 0 101 27 17 501 101 71
Binary 11011001 1001011 10100111 0 1000001 10111 1111 101000001 1000001 111001

Color Harmonies of #D94BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94BA7

Black with #D94BA7

Text Example


Text Example

White with #D94BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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