Html Css Color HEX #D94890 Mulberry

📋 copy color: '#D94890'

red 217 ◦ green 72 ◦ blue 144

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

Shades of Mulberry #D94890

Tints of Mulberry #D94890

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.63%

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

R = 50.12%
G = 16.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D94890 (or 0xD94890) is known color: Mulberry. HEX triplet: D9, 48 and 90. RGB value is (217,72,144). Sum of RGB (Red+Green+Blue) = 217+72+144=433 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.12% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 217 - color contains mainly: red. Hex color #D94890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94890 is #26B76F. Grayscale: #7B7B7B. Windows color (decimal): -2537328 or 9455833. OLE color: 9455833.

HSL color Cylindrical-coordinate representation of color #D94890: hue angle of 330.21º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D94890 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 72 144 -
CMYK 0 0.67 0.34 0.15
HSL 330.21º 0.66% 0.57% -
HSV(B) 330.21º 0.67% 0.85% -
XYZ 35.97 21.4 28.62 -
YUV 123.56 139.54 194.65 -
System Red Green Blue C M Y K H S L
Decimal 217 72 144 0 0.67 0.34 0.15 330.21 0.66 0.57
Hex D9 48 90 0 43 22 F 14A 42 39
Octal 331 110 220 0 103 42 17 512 102 71
Binary 11011001 1001000 10010000 0 1000011 100010 1111 101001010 1000010 111001

Color Harmonies of #D94890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94890

Black with #D94890

Text Example


Text Example

White with #D94890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94890; }

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

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

background-color css

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

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

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

border-color css

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

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

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