Html Css Color HEX #D94C90 Mulberry

📋 copy color: '#D94C90'

red 217 ◦ green 76 ◦ blue 144

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

Shades of Mulberry #D94C90

Tints of Mulberry #D94C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.95%

R = 49.66%
G = 17.39%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D94C90 (or 0xD94C90) is known color: Mulberry. HEX triplet: D9, 4C and 90. RGB value is (217,76,144). Sum of RGB (Red+Green+Blue) = 217+76+144=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C90 is #26B36F. Grayscale: #7D7D7D. Windows color (decimal): -2536304 or 9456857. OLE color: 9456857.

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

Color convert

RGB 217 76 144 -
CMYK 0 0.65 0.34 0.15
HSL 331.06º 0.65% 0.57% -
HSV(B) 331.06º 0.65% 0.85% -
XYZ 36.23 21.93 28.71 -
YUV 125.91 138.21 192.97 -
System Red Green Blue C M Y K H S L
Decimal 217 76 144 0 0.65 0.34 0.15 331.06 0.65 0.57
Hex D9 4C 90 0 41 22 F 14B 41 39
Octal 331 114 220 0 101 42 17 513 101 71
Binary 11011001 1001100 10010000 0 1000001 100010 1111 101001011 1000001 111001

Color Harmonies of #D94C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C90

Black with #D94C90

Text Example


Text Example

White with #D94C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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