Html Css Color HEX #D94C92 Mulberry

📋 copy color: '#D94C92'

red 217 ◦ green 76 ◦ blue 146

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

Shades of Mulberry #D94C92

Tints of Mulberry #D94C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.26%

R = 49.43%
G = 17.31%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D94C92 (or 0xD94C92) is known color: Mulberry. HEX triplet: D9, 4C and 92. RGB value is (217,76,146). Sum of RGB (Red+Green+Blue) = 217+76+146=439 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.43% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C92 is #26B36D. Grayscale: #7E7E7E. Windows color (decimal): -2536302 or 9587929. OLE color: 9587929.

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

Color convert

RGB 217 76 146 -
CMYK 0 0.65 0.33 0.15
HSL 330.21º 0.65% 0.57% -
HSV(B) 330.21º 0.65% 0.85% -
XYZ 36.39 22 29.52 -
YUV 126.14 139.21 192.81 -
System Red Green Blue C M Y K H S L
Decimal 217 76 146 0 0.65 0.33 0.15 330.21 0.65 0.57
Hex D9 4C 92 0 41 21 F 14A 41 39
Octal 331 114 222 0 101 41 17 512 101 71
Binary 11011001 1001100 10010010 0 1000001 100001 1111 101001010 1000001 111001

Color Harmonies of #D94C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D94C92

Black with #D94C92

Text Example


Text Example

White with #D94C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D94C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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