Html Css Color HEX #D94B9B Mulberry

📋 copy color: '#D94B9B'

red 217 ◦ green 75 ◦ blue 155

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

Shades of Mulberry #D94B9B

Tints of Mulberry #D94B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 48.55%
G = 16.78%
B = 34.68%

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

#D94B9B (or 0xD94B9B) is known color: Mulberry. HEX triplet: D9, 4B and 9B. RGB value is (217,75,155). Sum of RGB (Red+Green+Blue) = 217+75+155=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 75 (29.69% from 255 or 16.78% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B9B is #26B464. Grayscale: #7E7E7E. Windows color (decimal): -2536549 or 10177497. OLE color: 10177497.

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

Color convert

RGB 217 75 155 -
CMYK 0 0.65 0.29 0.15
HSL 326.2º 0.65% 0.57% -
HSV(B) 326.2º 0.65% 0.85% -
XYZ 37.05 22.15 33.33 -
YUV 126.58 144.04 192.5 -
System Red Green Blue C M Y K H S L
Decimal 217 75 155 0 0.65 0.29 0.15 326.2 0.65 0.57
Hex D9 4B 9B 0 41 1D F 146 41 39
Octal 331 113 233 0 101 35 17 506 101 71
Binary 11011001 1001011 10011011 0 1000001 11101 1111 101000110 1000001 111001

Color Harmonies of #D94B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B9B

Black with #D94B9B

Text Example


Text Example

White with #D94B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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