Html Css Color HEX #D94C9A Mulberry

📋 copy color: '#D94C9A'

red 217 ◦ green 76 ◦ blue 154

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

Shades of Mulberry #D94C9A

Tints of Mulberry #D94C9A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17%

 BLUE value IS 154 (60.55% from 255) = 34.45%

R = 48.55%
G = 17%
B = 34.45%

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

#D94C9A (or 0xD94C9A) is known color: Mulberry. HEX triplet: D9, 4C and 9A. RGB value is (217,76,154). Sum of RGB (Red+Green+Blue) = 217+76+154=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 76 (30.08% from 255 or 17.00% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C9A is #26B365. Grayscale: #7E7E7E. Windows color (decimal): -2536294 or 10112217. OLE color: 10112217.

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

Color convert

RGB 217 76 154 -
CMYK 0 0.65 0.29 0.15
HSL 326.81º 0.65% 0.57% -
HSV(B) 326.81º 0.65% 0.85% -
XYZ 37.03 22.25 32.92 -
YUV 127.05 143.21 192.16 -
System Red Green Blue C M Y K H S L
Decimal 217 76 154 0 0.65 0.29 0.15 326.81 0.65 0.57
Hex D9 4C 9A 0 41 1D F 147 41 39
Octal 331 114 232 0 101 35 17 507 101 71
Binary 11011001 1001100 10011010 0 1000001 11101 1111 101000111 1000001 111001

Color Harmonies of #D94C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C9A

Black with #D94C9A

Text Example


Text Example

White with #D94C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C9A; }

 p { color: rgb(217,76,154); }

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

background-color css

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

 a { background-color: rgb(217,76,154); }

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

border-color css

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

 span { border-color: rgb(217,76,154); }

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