Html Css Color HEX #D94B9E Mulberry

📋 copy color: '#D94B9E'

red 217 ◦ green 75 ◦ blue 158

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

Shades of Mulberry #D94B9E

Tints of Mulberry #D94B9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.11%

R = 48.22%
G = 16.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D94B9E (or 0xD94B9E) is known color: Mulberry. HEX triplet: D9, 4B and 9E. RGB value is (217,75,158). Sum of RGB (Red+Green+Blue) = 217+75+158=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 75 (29.69% from 255 or 16.67% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B9E is #26B461. Grayscale: #7E7E7E. Windows color (decimal): -2536546 or 10374105. OLE color: 10374105.

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

Color convert

RGB 217 75 158 -
CMYK 0 0.65 0.27 0.15
HSL 324.93º 0.65% 0.57% -
HSV(B) 324.93º 0.65% 0.85% -
XYZ 37.3 22.25 34.68 -
YUV 126.92 145.54 192.25 -
System Red Green Blue C M Y K H S L
Decimal 217 75 158 0 0.65 0.27 0.15 324.93 0.65 0.57
Hex D9 4B 9E 0 41 1B F 145 41 39
Octal 331 113 236 0 101 33 17 505 101 71
Binary 11011001 1001011 10011110 0 1000001 11011 1111 101000101 1000001 111001

Color Harmonies of #D94B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94B9E

Black with #D94B9E

Text Example


Text Example

White with #D94B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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